chengf
2025-09-15 ebf6117ccea680eae81a91f2fa355ce3a76eb621
springboot/src/main/resources/application-debug.yml
@@ -3,7 +3,11 @@
  tomcat:
    uri-encoding: UTF-8
fuiou:
  pay:
    unified-order-url: https://aipay-cloud.fuioupay.com/aggregatePay/preCreate
    wx-order-url: https://aipay-cloud.fuioupay.com/aggregatePay/wxPreCreate
    env: test
spring:
  servlet:
@@ -29,11 +33,10 @@
      max-idle: 50
      min-idle: 20
      timeout: 0
    password: redis2020
  activiti:
    database-schema-update: false
  datasource:
    url: jdbc:mysql://localhost:3306/TT?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&useSSL=false
    url: jdbc:mysql://localhost:3306/TT_dev?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&useSSL=false
    username: root
    password: 123456
    type: com.alibaba.druid.pool.DruidDataSource