| | |
| | | spring: |
| | | datasource: |
| | | driver-class-name: com.mysql.cj.jdbc.Driver |
| | | url: jdbc:mysql://192.168.0.33:8306/xlzx?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&nullCatalogMeansCurrent=true |
| | | url: jdbc:mysql://192.168.0.84:8306/xlzx?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&nullCatalogMeansCurrent=true |
| | | username: root |
| | | password: Root2024! |
| | | |
| | |
| | | max-pool-prepared-statement-per-connection-size: 100 |
| | | |
| | | redis: |
| | | host: 192.168.0.33 #地址 |
| | | host: 192.168.0.84 #地址1.95.42.247 |
| | | port: 8379 #端口 |
| | | password: RediS2018 |
| | | timeout: 10000 # 连接超时时间(毫秒) |
| | |
| | | max-idle: 10 # 连接池中的最大空闲连接 |
| | | min-idle: 0 # 连接池中的最小空闲连接 |
| | | time-between-eviction-runs: -1 #逐出扫描的时间间隔(毫秒) 如果为负数,则不运行逐出线程, 默认-1 |
| | | |
| | | # 支付环境域名(回调-prod) |
| | | alipay: |
| | | domain: http://m.xintongtong.cn:8081/rest |
| | | wxpay: |
| | | domain: http://m.xintongtong.cn:8081/rest |