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}