Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. #Spring application.properties file will be database connection
  2.  
  3. spring.datasource.url=jdbc:mysql://localhost:3306/springmvc
  4. spring.datasource.username=root
  5. spring.datasource.password=
  6. spring.datasource.driver-class-name=com.mysql.jdbc.Driver
  7. spring.jpa.hibernate.ddl-auto=update
  8. spring.jpa.show-sql= true
  9. spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement