Advertisement
Guest User

Untitled

a guest
Jun 20th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. spring.datasource.driver-class-name=com.mysql.jdbc.Driver
  2. spring.datasource.url=jdbc:mysql://localhost/BookDB?useSSL=false
  3. spring.datasource.username=root
  4. spring.datasource.password=root
  5.  
  6.  
  7.  
  8. server.port=9000
  9. spring.mvc.view.prefix=/WEB-INF/jsp/
  10. spring.mvc.view.suffix=.jsp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement