Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. spring.datasource.url=jdbc:postgresql://localhost:5432/turismo
  2. spring.datasource.username= postgres
  3. spring.datasource.password= postgres
  4.  
  5. spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
  6.  
  7. spring.jpa.hibernate.ddl-auto = update
  8.  
  9. spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
  10. #si estan usando la misma base de datos de jala esta linea es importante , o si ya controlaron el error la borran
  11. spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement