Advertisement
Lord_Boumedien

Untitled

Dec 8th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1.  
  2. spring.datasource.url=jdbc:mysql://localhost:3306/departements?serverTimezone=UTC&useLegacyDatetimeCode=false
  3. spring.datasource.username=root
  4. spring.datasource.password=
  5. spring.datasource.driver-class-name=com.mysql.jdbc.Driver
  6. server.port=8888
  7. spring.jpa.database=MYSQL
  8. spring.jpa.show-sql=true
  9. spring.jpa.hibernate.ddl-auto=update
  10. spring.jpa.hibernate.naming.strategy=org.hibernet.cfg.Improve
  11. dNamingStrategy
  12. spring.jpa.properties.hibernet.dialect=
  13. org.hibernet.dialect.MySQL5Dialect
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement