Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. spring.datasource.driver-class-name=com.mysql.jdbc.Driver
  2. spring.datasource.url=jdbc:mysql://localhost/plywalnia?characterEncoding=utf8
  3. spring.datasource.username=root
  4. spring.datasource.password=
  5.  
  6. spring.jpa.database-platform = org.hibernate.dialect.MySQLDialect
  7. spring.jpa.show-sql = true
  8. spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect
  9. spring.jpa.hibernate.ddl-auto=update
  10. spring.data.jpa.repositories.enabled=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement