We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 654928e + d9e9ea9 commit 00dfffaCopy full SHA for 00dfffa
src/main/resources/application.properties
@@ -1,7 +1,7 @@
1
server.port=1977
2
-spring.datasource.url=jdbc:postgresql://localhost:5432/postgres
3
-spring.datasource.username=postgres
4
-spring.datasource.password=postgres
+spring.datasource.url=jdbc:postgresql://localhost:5060/patternatlas
+spring.datasource.username=patternatlas
+spring.datasource.password=patternatlas
5
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
6
spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
7
spring.jpa.hibernate.ddl-auto=update
0 commit comments