chengf
2025-12-11 f29e6f31e4f2d533124fc68346b7cc072f427c9b
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:
@@ -23,6 +27,7 @@
    database: 0
    host: localhost
    port: 6379
    password:
    pool:
      max-active: 300
      max-wait: 3000
@@ -32,7 +37,7 @@
  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