Guest User

Untitled

a guest
Mar 8th, 2018
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. #hibernate
  2. spring.jpa.hibernate.ddl-auto=create
  3. //spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
  4. spring.session.store-type=none
  5. spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
  6. spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5Dialect
  7.  
  8. #localhost db
  9. spring.datasource.url=jdbc:mysql://localhost:3306/transcom?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC&autoReconnect=true&useSSL=false
  10. spring.datasource.username=root
  11. spring.datasource.password=admin
  12.  
  13.  
  14. spring.mvc.view.prefix=/WEB-INF/
  15. spring.mvc.view.suffix=.jsp
Add Comment
Please, Sign In to add comment