Skip to content

Instantly share code, notes, and snippets.

@gilbertolptn
Created June 3, 2022 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gilbertolptn/25596e4f612c3d34a2c19c624f01108f to your computer and use it in GitHub Desktop.
Save gilbertolptn/25596e4f612c3d34a2c19c624f01108f to your computer and use it in GitHub Desktop.
Desabilitando metadata do Hibernate para otimizar startup da aplicação
spring:
jpa:
hibernate.ddl-auto: none
properties:
hibernate:
dialect: org.hibernate.dialect.PostgreSQLDialect
temp.use_jdbc_metadata_defaults: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment