Jeecg-Boot 2.1.2版本发布

pull/5714/head
zhangdaihao 2019-11-21 18:20:40 +08:00
parent f742ae22a8
commit 6c0b0658ec
2 changed files with 3288 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -96,7 +96,7 @@ spring:
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
datasource:
master:
url: jdbc:mysql://127.0.0.1:3306/jeecg-boot-os?characterEncoding=UTF-8&useUnicode=true&useSSL=false
url: jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
username: root
password: root
driver-class-name: com.mysql.jdbc.Driver