Last active
July 29, 2021 17:24
-
-
Save marcosbarker/8d595a918e11e10b29b57daeed26ca04 to your computer and use it in GitHub Desktop.
HEROKU DB API (Spring Boot): Modelo de 'application.properties' preenchidos com dados(ficticios) gerados pelo serviço 'heroku-postgresql'.
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.datasource.url = jdbc:postgresql://ec4-48-6-217-68.compute-1.amazonaws.com:5432/l4oyeo8jphr | |
spring.datasource.username = jjtmqmhnwmiysh | |
spring.datasource.password = 00e9e757e862t83f57708fe775a6afppf8b532604bh6042a4f2me303096b005ow | |
spring.jpa.show-sql =true | |
spring.jpa.hibernate.ddl-auto = none | |
spring.jackson.deserialization.fail-on-unknown-properties = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🤔 Onde ficam essas credenciais?
Ao criar o projeto no heroku e criar o 'data', ir em Settings >> View Credentials...
Esses são os mesmos dados utilizados no DBeaver para acessar e popular o banco localmente.