fix:修改数据库密码
parent
c55c214c0e
commit
39c4642e4f
|
|
@ -4,7 +4,7 @@ spring:
|
|||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
url: jdbc:mysql://127.0.0.1:3306/tansci_boot?autoReconnect=true&useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
||||
username: tansci
|
||||
password: tansci
|
||||
password: Tansci@123
|
||||
initialSize: 10
|
||||
minIdle: 10
|
||||
maxActive: 100
|
||||
|
|
|
|||
Loading…
Reference in New Issue