From 0b1052bb80bdbae3673e5e6bb70d84a83580cd37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90li?= <15040126243@163.com> Date: Wed, 4 Jan 2023 16:47:10 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=20postgres=20=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E7=94=A8=E6=88=B7=E5=90=8D=E5=AF=86=E7=A0=81?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E5=8F=98=E9=87=8F=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/nacos/ruoyi-gen.yml | 4 ++-- config/nacos/ruoyi-resource.yml | 4 ++-- config/nacos/ruoyi-system.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/nacos/ruoyi-gen.yml b/config/nacos/ruoyi-gen.yml index 8df1461c..dbcb4451 100644 --- a/config/nacos/ruoyi-gen.yml +++ b/config/nacos/ruoyi-gen.yml @@ -23,8 +23,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} # ไปฃ็ ็”Ÿๆˆ gen: diff --git a/config/nacos/ruoyi-resource.yml b/config/nacos/ruoyi-resource.yml index 98f91b34..3e95bb38 100644 --- a/config/nacos/ruoyi-resource.yml +++ b/config/nacos/ruoyi-resource.yml @@ -23,8 +23,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} mail: enabled: false diff --git a/config/nacos/ruoyi-system.yml b/config/nacos/ruoyi-system.yml index 735f41fd..b0812317 100644 --- a/config/nacos/ruoyi-system.yml +++ b/config/nacos/ruoyi-system.yml @@ -23,5 +23,5 @@ 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}