Advertisement
Guest User

Untitled

a guest
Feb 6th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. spring.datasource.url = jdbc:mysql://localhost:3306/atlas?useSSL=false
  2. spring.datasource.username=root
  3. spring.datasource.password=Fericire22N
  4. spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
  5.  
  6. # JPA/Hibernate properties
  7. spring.jpa.show-sql = true
  8.  
  9. spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5Dialect
  10. spring.jpa.hibernate.naming.strategy = org.hibernate.cfg.ImprovedNamingStrategy
  11. hibernate.connection.driver_class = com.mysql.cj.jdbc.Driver
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement