first commit

初始化环境配置,启动项目
master
玉安君 2024-04-22 20:17:27 +08:00
parent 946a55e550
commit 1725541bbb
1 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ spring:
# 数据库索引
database: 0
# 密码
password:
password: 142730.Ly
# 连接超时时间
timeout: 10s
lettuce:
@ -35,9 +35,9 @@ spring:
druid:
# 主库数据源
master:
url: jdbc:mysql://localhost:3306/vue-server?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
url: jdbc:mysql://localhost:3306/ruoyi-boot?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
password: root
password: 142730.Ly
# 从库数据源
slave:
# 从数据源开关/默认关闭