Skip to content

Instantly share code, notes, and snippets.

@jeffersonchaves
Created July 7, 2025 21:22
Show Gist options
  • Save jeffersonchaves/31d1bf716c5861ff71f52860ab6612c0 to your computer and use it in GitHub Desktop.
Save jeffersonchaves/31d1bf716c5861ff71f52860ab6612c0 to your computer and use it in GitHub Desktop.
#spring.profiles.active=prod
spring.datasource.url=jdbc:postgresql://dpg-d1hccdmr433s738rs3eg-a:5432/restlab
spring.datasource.username=admin
spring.datasource.password=I4OND2VYDnHjZh272zMevmW5jVyq37ni
spring.jpa.hibernate.ddl-auto=update
# ddl-auto: permite criação e atualização das tabelas do banco;
#spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.show-sql=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment