1234567891011121314151617 |
- spring:
- datasource:
- url: jdbc:mysql://47.109.31.237:3306/KxsMainServer?useUnicode=true&characterEncoding=utf8
- username: KxsMainServer
- password: FrW8ZfxlcaVdm1r0
- driver-class-name: com.mysql.cj.jdbc.Driver
- jpa:
- show-sql: true
- jackson:
- date-format: yyyy-MM-dd HH:mm:ss
- data:
- redis:
- database: 1
- password: klm@redis
- host: 47.109.31.237
- port: 6379
- timeout: 5000
|