| | |
| | | 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 |
| | |
| | | logging: |
| | | config: classpath:logback/logback-prod.xml |
| | | |
| | | alltick: |
| | | token: 3ba36ca15660073739f25c4b1512086a-c-app |
| | | trade-tick: "https://quote.alltick.io/quote-b-api/trade-tick?token=${alltick.token}&query={1}" |
| | | 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}" |
| | | |
| | | jetcache: |
| | | statIntervalMinutes: 1 |
| | | default: # 默认default,可以配置更多的area |