Created
July 7, 2025 21:22
-
-
Save jeffersonchaves/31d1bf716c5861ff71f52860ab6612c0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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