Skip to content

Commit

Permalink
dev: innoChain 修改数据库连接信息
Browse files Browse the repository at this point in the history
  • Loading branch information
karma1997 committed Dec 20, 2021
1 parent 26fe7d2 commit da9089a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ spring:
# 数据库连接信息
url: jdbc:mysql://127.0.0.1:3306/webasesign?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8
# 数据库用户名
username: "root"
username: "user_webaseSign"
# 数据库密码
password: "1234qwer"
password: "1234Qwer."
driver-class-name: com.mysql.cj.jdbc.Driver
hikari:
connection-test-query: SELECT 1 FROM DUAL
Expand Down

0 comments on commit da9089a

Please sign in to comment.