application.properties 370 B

123456789
  1. spring.datasource.url=jdbc:${DATABASE_URL}
  2. spring.datasource.username=${DATABASE_USERNAME}
  3. spring.datasource.password=${DATABASE_PASSWORD}
  4. spring.jpa.hibernate.ddl-auto=create-drop
  5. spring.jpa.show-sql=true
  6. spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
  7. spring.jpa.properties.hibernate.format_sql=true
  8. server.error.include-message=always