Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. spring.mustache.prefix=classpath:/templates/
  2. spring.mustache.suffix=.html
  3.  
  4.  
  5. spring.jpa.hibernate.ddl-auto=update
  6. #spring.jpa.hibernate.ddl-auto=create
  7. spring.datasource.url=jdbc:mysql://localhost:3306/molveno
  8. spring.datasource.username=admin
  9. spring.datasource.password=root
  10.  
  11. spring.jpa.properties.hibernate.globally_quoted_identifiers=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement