Commit 2dd7e7ce authored by 吴泽佳's avatar 吴泽佳

密码加‘’

parent f306f21c
......@@ -50,7 +50,7 @@ spring.datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
jdbc-url: jdbc:mysql://tamper.mysql.polardb.rds.aliyuncs.com:3306/jydb?autoReconnect=true&characterEncoding=utf-8&serverTimezone=GMT%2B8&useSSL=false
username: jydb
password: @juyuan123
password: '@juyuan123'
maxActive: 2
minIdle: 2
initialSize: 2
......@@ -58,7 +58,7 @@ spring.datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
jdbc-url: jdbc:mysql://tamper.mysql.polardb.rds.aliyuncs.com:3306/tamp_fund?autoReconnect=true&characterEncoding=utf-8&serverTimezone=GMT%2B8&useSSL=false
username: tamp
password: @imeng123
password: "@imeng123"
maxActive: 2
minIdle: 2
initialSize: 2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment