We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dfd909 commit 5ec4e39Copy full SHA for 5ec4e39
src/main/resources/application.properties
@@ -1,6 +1,8 @@
1
spring.datasource.url=${DB_URL}
2
spring.datasource.username=${DB_USERNAME}
3
spring.datasource.password=${DB_PASSWORD}
4
+spring.datasource.driver-class-name=org.postgresql.Driver
5
+spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
6
spring.jpa.hibernate.ddl-auto=update
7
management.endpoints.web.base-path=/
8
management.endpoints.web.exposure.include=health
0 commit comments