Commit 6827744b249138d84f34277ab29ae263cefd8eff

Authored by zhangdaihao
1 parent ec6bda6a

jeecgboot 1.1版本发布

jeecg-boot/src/main/resources/application-dev.yml
... ... @@ -84,7 +84,7 @@ spring:
84 84 connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
85 85 datasource:
86 86 master:
87   - url: jdbc:mysql://127.0.0.1:3306/jeecg-boot-20190411?characterEncoding=UTF-8&useUnicode=true&useSSL=false
  87 + url: jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
88 88 username: root
89 89 password: root
90 90 driver-class-name: com.mysql.jdbc.Driver
... ...