File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ spring:
1212 admin :
1313 enabled : true
1414 datasource :
15- url : jdbc:pgsql://localhost:5432/simpleworklist
16- # url: jdbc:postgresql://localhost:5432/simpleworklist
15+ # url: jdbc:pgsql://localhost:5432/simpleworklist
16+ url : jdbc:postgresql://localhost:5432/simpleworklist
1717 # jdbcUrl: jdbc:postgresql://localhost:5432/simpleworklist
1818 username : simpleworklist
1919 password : simpleworklistpwd
20- # driverClassName: org.postgresql.Driver
21- driverClassName : com.impossibl.postgres.jdbc.PGDriver
20+ driverClassName : org.postgresql.Driver
21+ # driverClassName: com.impossibl.postgres.jdbc.PGDriver
2222 platform : POSTGRESQL
2323 jpa :
2424 show-sql : true
@@ -174,7 +174,8 @@ logging:
174174spring :
175175 profiles : prod
176176 datasource :
177- url : jdbc:pgsql://localhost:5432/simpleworklist
177+ url : jdbc:postgresql://localhost:5432/simpleworklist
178+ # url: jdbc:pgsql://localhost:5432/simpleworklist
178179 continue-on-error : true
179180 jpa :
180181 show-sql : false
You can’t perform that action at this time.
0 commit comments