Pre Merge pull request !19 from joy/dev

This commit is contained in:
joy
2020-05-13 18:54:14 +08:00
committed by Gitee
142 changed files with 1802 additions and 2 deletions

View File

@ -0,0 +1,4 @@
package com.ruoyi.common.baidu;
public class hello {
}

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://49.233.48.162:3306/aos-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
password: password
password: nb666666
# 从库数据源
slave:
# 从数据源开关/默认关闭