Compare commits

...

2 Commits

Author SHA1 Message Date
df1113575a fix(config): 将生产环境数据库用户名改为 root 2026-03-13 16:44:20 +08:00
a2354fba92 chore(config): 切换环境配置为 dev 2026-03-13 11:36:03 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ spring:
datasource:
driver-class-name: org.postgresql.Driver
url: jdbc:postgresql://43.162.81.217:5231/keyborad_db
username: keyborad_db
username: root
password: dpW7FHZ7FtK5czc4
data:

View File

@@ -17,7 +17,7 @@ spring:
application:
name: keyborad-backend
profiles:
active: prod
active: dev
mvc:
pathmatch:
matching-strategy: ANT_PATH_MATCHER