Skip to content

Instantly share code, notes, and snippets.

@jeffersonchaves
Created September 16, 2024 19:31
Show Gist options
  • Save jeffersonchaves/99113b38efe0bb8a35612f363583cfae to your computer and use it in GitHub Desktop.
Save jeffersonchaves/99113b38efe0bb8a35612f363583cfae to your computer and use it in GitHub Desktop.
application.properties
spring.application.name=ordem-servico-api
#database configuration
spring.datasource.url = jdbc:mysql://localhost:3306/ordem-servico-api?createDatabaseIfNotExist=true
spring.datasource.username = root
spring.datasource.password = bancodedados
spring.jpa.hibernate.ddl-auto = update
#exibir consultas realizadas
spring.jpa.show-sql=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment