Advertisement
Guest User

application.properties

a guest
Nov 30th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. spring.datasource.driverClassName=com.mysql.jdbc.Driver
  2. spring.datasource.url=jdbc:mysql://localhost:3306/spring_demo?useSSL=false&createDatabaseIfNotExist=true
  3. spring.datasource.username=root
  4. spring.datasource.password=
  5. spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect
  6. spring.jpa.properties.hibernate.format_sql=TRUE
  7. spring.jpa.hibernate.ddl-auto=update
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement