1234567891011121314151617 |
- server:
- port: 3030
- spring:
- # 数据源配置
- datasource:
- driver-class-name: com.mysql.cj.jdbc.Driver
- username: tuser
- password: Qq!123
- url: jdbc:mysql://47.112.115.196:3306/wx_base?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
- # redis 配置
- redis:
- database: 1
- host: 120.78.152.8
- port: 6379
- password: Abc-123#*.-
|