Advertisement
Guest User

Untitled

a guest
Nov 24th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. spring.datasource.url=jdbc:mysql://localhost/boot_data
  2. spring.datasource.username=root
  3. spring.datasource.password=password_root
  4. spring.datasource.driver-class-name=com.mysql.jdbc.Driver
  5.  
  6. spring.jpa.properties.hibernate.hbm2ddl.auto=update
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement