| | |
| | | port: 8086 |
| | | spring: |
| | | datasource: |
| | | url: jdbc:mysql://127.0.0.1:6306/trading_order_n?allowMultiQueries=true&useSSL=false&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true |
| | | username: trading_order_n |
| | | password: 3BRTfLGX3j44WeAb |
| | | url: jdbc:mysql://127.0.0.1:3306/trading_order?allowMultiQueries=true&useSSL=false&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true |
| | | username: trading_order |
| | | password: nTfMLRGwAW4JyHia |
| | | driver-class-name: com.mysql.cj.jdbc.Driver |
| | | type: com.zaxxer.hikari.HikariDataSource |
| | | hikari: |
| | |
| | | trade-kline: "https://quote.alltick.io/quote-b-api/kline?token=${alltick.token}&query={1}" |
| | | batch-kline: "https://quote.alltick.io/quote-b-api/batch-kline?token=${alltick.token}" |
| | | |
| | | http: |
| | | prefix: https://starexp.agtls.com/ |
| | | |
| | | jetcache: |
| | | statIntervalMinutes: 1 |
| | | default: # 默认default,可以配置更多的area |
| | |
| | | maxIdle: 20 |
| | | maxTotal: 50 |
| | | host: 127.0.0.1 |
| | | port: 6380 |
| | | port: 6379 |