Skip to content

Commit

Permalink
reduce sql scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
duanxg1 committed Apr 17, 2023
1 parent 5308e91 commit 5b1b68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eemp-server/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ spring:
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
datasource:
master:
url: jdbc:mysql://127.0.0.1:3306/aeemp?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
url: jdbc:mysql://127.0.0.1:3306/eemp?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
username: root
password: root
driver-class-name: com.mysql.cj.jdbc.Driver
Expand Down

0 comments on commit 5b1b68c

Please sign in to comment.