Skip to content

Commit 5768c61

Browse files
author
muriloalvesdev
committed
correcting the name of the database, I took the value of the return json and pasted it and I didn't notice
1 parent aa08d60 commit 5768c61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
spring.profiles.active=@activatedProperties@
22

3-
spring.datasource.url=jdbc:postgresql://172.17.0.2/bethehero
3+
spring.datasource.url=jdbc:postgresql://172.17.0.2/github_developers
44
spring.database.driverClassName=org.postgresql.Driver
55
spring.datasource.platform=postgres
66
spring.datasource.username=postgres

0 commit comments

Comments
 (0)