Guest User

Untitled

a guest
Aug 11th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. spring.datasource.url=jdbc:mysql://localhost:3306/accelerator?useTimezone=true&serverTimezone=UTC
  2. spring.datasource.username=root
  3. spring.datasource.password=
  4. spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
  5.  
  6. spring.jpa.hibernate.ddl-auto=create
  7. spring.jpa.database-platform=org.hibernate.dialect.MariaDBDialect
  8. spring.jpa.generate-ddl=true
  9. spring.jpa.show-sql=true
Add Comment
Please, Sign In to add comment