Guest User

Untitled

a guest
Nov 29th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. #spring.jpa.hibernate.ddl-auto=create
  2. spring.datasource.url=jdbc:mysql://localhost:3306/latihan
  3. spring.datasource.username=root
  4. spring.datasource.password=xxxxxx
  5.  
  6. spring.jackson.serialization.indent_output=true
  7. spring.jpa.show-sql=true
  8. spring.jpa.properties.hibernate.format_sql=true
  9.  
  10. #Thymeleaf
  11. spring.thymeleaf.prefix=file:./src/main/resources/templates/
  12. spring.thymeleaf.cache=false
  13.  
  14. # Static resources reloading during development
  15. spring.resources.static-locations=file:./src/main/resources/static/
  16. spring.resources.cache-period=0
Add Comment
Please, Sign In to add comment