8 lines
290 B
YAML
8 lines
290 B
YAML
spring:
|
||
# 数据源配置项 TODO 多数据源;TODO 监控配置
|
||
datasource:
|
||
url: jdbc:mysql://127.0.1:33061/ruoyi-vue-pro?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=CTT
|
||
driver-class-name: com.mysql.jdbc.Driver
|
||
username: root
|
||
password: 123456
|