1234567891011121314151617181920 |
- 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
- username: wx_base
- password: goZ7ooGmxV
- url: jdbc:mysql://out-rm-wz92efl25x02n44xego.mysql.rds.aliyuncs.com:3306/wx_base?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
- # redis 配置
- redis:
- database: 1
- host: 183.62.225.124
- port: 6379
- password: Abc-123#*.-
|