2020-04-07-1

This commit is contained in:
paidaxing444
2020-04-07 11:37:46 +08:00
parent ec65b1f7ec
commit 7d49c015af
16 changed files with 17 additions and 80 deletions

View File

@ -6,9 +6,9 @@ spring:
druid:
# 主库数据源
master:
url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
url: jdbc:mysql://47.92.102.242:3306/benyi-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
password: password
password: Jsly2018!
# 从库数据源
slave:
# 从数据源开关/默认关闭

View File

@ -112,7 +112,7 @@ xss:
# 代码生成
gen:
# 作者
author: ruoyi
author: tsbz
# 默认生成包路径 system 需改成自己的模块名称 如 system monitor tool
packageName: com.ruoyi.project.system
# 自动去除表前缀默认是true