Skip to content

Commit

Permalink
feat: 提交 application-test.yml 改回密码password的
Browse files Browse the repository at this point in the history
  • Loading branch information
318228han committed Apr 2, 2024
1 parent 25789f4 commit 31d120a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://${DB_ADDRESS:localhost:3306}/eventmesh_dashboard_test?useSSL=false&useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull&allowPublicKeyRetrieval=true
username: ${DB_USERNAME:root}
password: ${DB_PASSWORD:123456}
password: ${DB_PASSWORD:password}

initial-size: 1
max-active: 50
Expand Down

0 comments on commit 31d120a

Please sign in to comment.