Advertisement
Guest User

Untitled

a guest
Jun 25th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. spring.datasource.url=jdbc:mysql://localhost/spring-boot-hibernate
  2. spring.datasource.username=username
  3. spring.datasource.password=password
  4. spring.datasource.driver-class-name=com.mysql.jdbc.Driver
  5.  
  6. spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
  7. spring.jpa.show-sql=true
  8. spring.jpa.hibernate.ddl-auto=update
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement