Guest User

Untitled

a guest
Apr 10th, 2019
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. #==== connect to mysql ======#
  2. spring.jpa.hibernate.ddl-auto=update
  3. spring.datasource.url=jdbc:mysql://localhost:3306/avrist?useSSL=false
  4. spring.datasource.username=root
  5. spring.datasource.password=
  6. spring.datasource.driver-class-name=com.mysql.jdbc.Driver
  7. spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5Dialect
Add Comment
Please, Sign In to add comment