Guest User

Untitled

a guest
Nov 20th, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. spring.mvc.view.prefix = /WEB-INF/views/
  2. spring.mvc.view.suffix = .jsp
  3. spring.mvc.static-path-pattern=/resources/**
  4.  
  5. spring.datasource.driver-class-name=com.mysql.jdbc.Driver
  6. spring.datasource.url=jdbc:mysql://localhost:3306/new_db?useSSL=false
  7. spring.datasource.username=root
  8. spring.datasource.password=coderslab
  9.  
  10. spring.jpa.properties.hibernate.show_sql=true
  11. spring.jpa.properties.hibernate.format_sql=true
  12.  
  13. spring.jpa.properties.javax.persistence.schema-generation.database.action=none
  14. spring.jpa.properties.javax.persistence.schema-generation.create-source=metadata
Add Comment
Please, Sign In to add comment