Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1.  
  2. ################### Logging ################
  3. logging.level.org.springframework.web=debug
  4.  
  5.  
  6. ################### Security ################
  7. security.basic.enabled=false
  8.  
  9. ################### DataSource ################
  10. spring.jpa.database=h2
  11. spring.jpa.show-sql =true
  12. spring.jpa.hibernate.ddl-auto=create-drop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement