Advertisement
Guest User

Untitled

a guest
Apr 16th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
  2. spring.datasource.url=jdbc:mysql://localhost:3306/car_dealer_xml?useSSL=false&useUnicode=true&characterEncoding=utf-8&createDatabaseIfNotExist=true
  3. spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL57Dialect
  4. spring.jpa.show-sql=false
  5. spring.jpa.hibernate.ddl-auto=create
  6. spring.datasource.username=root
  7. spring.datasource.password=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement