1234567891011121314151617 |
- server:
- port: 4040
- spring:
- # 数据源配置
- datasource:
- driver-class-name: com.mysql.cj.jdbc.Driver
- username: wx_base
- password: goZ7ooGmxV
- url: jdbc:mysql://out-rm-wz9rps8173a1nx63gio.mysql.rds.aliyuncs.com: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#*.-
|