We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a7b97c commit bf2fcdbCopy full SHA for bf2fcdb
APIJSON-Java-Server/APIJSONDemo-MultiDataSource-Redis/src/main/resources/application.yml
@@ -22,9 +22,9 @@ spring:
22
datasource:
23
master:
24
driver-class-name: com.mysql.cj.jdbc.Driver
25
- url: jdbc:mysql://127.0.0.1:3306/housekeeping?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&allowMultiQueries=true&useSSL=false
26
- username: root
27
- password: root
+ url: jdbc:mysql://127.0.0.1:3306/xxx?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&allowMultiQueries=true&useSSL=false
+ username:
+ password:
28
filter:
29
stat:
30
log-slow-sql: true
0 commit comments