fix 修复 postgres 数据库用户名密码使用变量错误

2.X
疯狂的狮子li 2023-01-04 16:47:10 +08:00
parent be7218fcfb
commit 0b1052bb80
3 changed files with 6 additions and 6 deletions

View File

@ -23,8 +23,8 @@ spring:
# type: ${spring.datasource.type} # type: ${spring.datasource.type}
# driverClassName: org.postgresql.Driver # driverClassName: org.postgresql.Driver
# url: ${datasource.system-postgres.url} # url: ${datasource.system-postgres.url}
# username: ${datasource.system-postgres.url} # username: ${datasource.system-postgres.username}
# password: ${datasource.system-postgres.url} # password: ${datasource.system-postgres.password}
# 代码生成 # 代码生成
gen: gen:

View File

@ -23,8 +23,8 @@ spring:
# type: ${spring.datasource.type} # type: ${spring.datasource.type}
# driverClassName: org.postgresql.Driver # driverClassName: org.postgresql.Driver
# url: ${datasource.system-postgres.url} # url: ${datasource.system-postgres.url}
# username: ${datasource.system-postgres.url} # username: ${datasource.system-postgres.username}
# password: ${datasource.system-postgres.url} # password: ${datasource.system-postgres.password}
mail: mail:
enabled: false enabled: false

View File

@ -23,5 +23,5 @@ spring:
# type: ${spring.datasource.type} # type: ${spring.datasource.type}
# driverClassName: org.postgresql.Driver # driverClassName: org.postgresql.Driver
# url: ${datasource.system-postgres.url} # url: ${datasource.system-postgres.url}
# username: ${datasource.system-postgres.url} # username: ${datasource.system-postgres.username}
# password: ${datasource.system-postgres.url} # password: ${datasource.system-postgres.password}