Jack_Durden

application

Dec 11th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5Dialect
  2. spring.datasource.driver-class-name = com.mysql.jdbc.Driver
  3. spring.datasource.url = jdbc:mysql://localhost:3306/ticktac
  4. spring.datasource.username = root
  5. spring.datasource.password = qwerty
  6.  
  7. #spring.jpa.generate-ddl = true
  8.  
  9. server.port=8082
Add Comment
Please, Sign In to add comment