Skip to content

Commit 9243b99

Browse files
fix: atg changes (#83)
Signed-off-by: charankamarapu <[email protected]>
1 parent 6b6a922 commit 9243b99

File tree

3 files changed

+1035
-2222
lines changed

3 files changed

+1035
-2222
lines changed

spring-petclinic/spring-petclinic-rest/src/main/resources/application-postgresql.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# PostgreSQL config start
77
#----------------------------------------------------------------
8-
spring.datasource.url=jdbc:postgresql://mypostgres:5432/petclinic
8+
spring.datasource.url=jdbc:postgresql://localhost:5432/petclinic
99
spring.datasource.username=petclinic
1010
spring.datasource.password=petclinic
1111
spring.datasource.driver-class-name=org.postgresql.Driver

0 commit comments

Comments
 (0)