Ver Fonte

Chore: pgsql 环境

wudi há 5 anos atrás
pai
commit
035ce3d494

+ 7 - 0
src/main/resources/application.dev.properties

@@ -0,0 +1,7 @@
+# app
+debug=false
+# db
+spring.datasource.driverClassName = org.postgresql.Driver
+spring.datasource.url = jdbc:postgresql://gp-uf61gv6sn7u6ij7kbo-master.gpdbmaster.rds.aliyuncs.com:5432/wudi_test?useUnicode=true&useSSL=false
+spring.datasource.username = wudi
+spring.datasource.password = 135790

+ 1 - 1
src/main/resources/application.properties

@@ -2,6 +2,6 @@
 debug=false
 # db
 spring.datasource.driverClassName = org.postgresql.Driver
-spring.datasource.url = jdbc:postgresql://gp-uf61gv6sn7u6ij7kbo-master.gpdbmaster.rds.aliyuncs.com:5432/wudi_test?useUnicode=true&useSSL=false
+spring.datasource.url = jdbc:postgresql://gp-uf61gv6sn7u6ij7kb-master.gpdbmaster.rds.aliyuncs.com:5432/wudi_test?useUnicode=true&useSSL=false
 spring.datasource.username = wudi
 spring.datasource.password = 135790