| | |
| | | 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: |
| | | multipart: |
| | | maxFileSize: 50MB |
| | | maxRequestSize: 50MB |
| | | profiles: |
| | | active: share |
| | | http: |
| | |
| | | name: boot-service |
| | | redis: |
| | | database: 0 |
| | | host: 127.0.0.1 |
| | | host: localhost |
| | | port: 6379 |
| | | password: hc |
| | | pool: |
| | | max-active: 300 |
| | | max-wait: 3000 |
| | |
| | | timeout: 0 |
| | | activiti: |
| | | database-schema-update: false |
| | | datasource: |
| | | 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 |
| | | driver-class-name: com.mysql.cj.jdbc.Driver |
| | | druid: |
| | | initial-size: 5 |
| | | max-active: 10 |
| | | min-idle: 5 |
| | | max-wait: 60000 |
| | | |
| | | |
| | | |
| | | feign: |
| | | client: |