chengf
2025-09-15 ebf6117ccea680eae81a91f2fa355ce3a76eb621
springboot/src/main/resources/application-debug.yml
@@ -5,7 +5,8 @@
fuiou:
  pay:
    unified-order-url: https://aipaytest.fuioupay.com/aggregatePay/preCreate
    unified-order-url: https://aipay-cloud.fuioupay.com/aggregatePay/preCreate
    wx-order-url: https://aipay-cloud.fuioupay.com/aggregatePay/wxPreCreate
    env: test
spring:
@@ -35,7 +36,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