소스 검색

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

疯狂的狮子li 3 년 전
부모
커밋
1ddd920e56
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      ruoyi-example/ruoyi-demo/src/main/resources/application.yml

+ 2 - 2
ruoyi-example/ruoyi-demo/src/main/resources/application.yml

@@ -58,8 +58,8 @@ spring:
 #          type: ${spring.datasource.type}
 #          driverClassName: org.postgresql.Driver
 #          url: ${datasource.system-postgres.url}
-#          username: ${datasource.system-postgres.url}
-#          password: ${datasource.system-postgres.url}
+#          username: ${datasource.system-postgres.username}
+#          password: ${datasource.system-postgres.password}
 
 --- # elasticsearch 功能配置
 # 文档地址: https://www.easy-es.cn/