Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. ## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
  2. spring.datasource.url= jdbc:postgresql://35.242.252.98:5432/parkirajMeDB
  3. spring.datasource.username=postgres
  4. spring.datasource.password=MOJPASSWORDNEKIVAMOTAMO
  5.  
  6. # The SQL dialect makes Hibernate generate better SQL for the chosen database
  7. spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
  8. spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
  9.  
  10. # Hibernate ddl auto (create, create-drop, validate, update)
  11. spring.jpa.hibernate.ddl-auto = validate
  12.  
  13. server.port=80
  14.  
  15. # DODANO
  16. #spring.jpa.properties.hibernate.show_sql=true
  17. #spring.jpa.properties.hibernate.use_sql_comments=true
  18. #spring.jpa.properties.hibernate.format_sql=true
  19. #spring.jpa.properties.hibernate.type=trace
  20. #org.hibernate.type=trace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement