diff --git a/config/nacos/ruoyi-gen.yml b/config/nacos/ruoyi-gen.yml index 8df1461c1..dbcb44511 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 98f91b34a..3e95bb38f 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 735f41fda..b08123179 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}