Advertisement
Guest User

Untitled

a guest
Dec 19th, 2016
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <Context docBase="${catalina.base}/webapps/ROOT.war">
  2. <Parameter name="application.properties" value="/home/users/tomcat/application.properties"/>
  3. </Context>
  4.  
  5. spring.datasource.url=jdbc:mysql://localhost:3306/springboot
  6. spring.datasource.username=automation
  7. spring.datasource.password=xxxxxxxxxxxx
  8. spring.datasource.driver-class-name=com.mysql.jdbc.Driver
  9. #comment out below line to create schema on new database
  10. spring.jpa.hibernate.ddl-auto=update
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement