Guest User

Untitled

a guest
Nov 25th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. #Database Configuration
  2. spring.datasource.url=jdbc:mariadb://localhost:3306/billboard
  3. spring.datasource.username=root
  4. spring.datasource.password=
  5. spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
  6. spring.jpa.hibernate.ddl-auto=update
  7.  
  8. #Hibernate Configuration
  9. hibernate.dialect=org.hibernate.dialect.MariaDBDialect
  10. hibernate.hbm2ddl.auto=update
  11. hibernate.ejb.naming_strategy=org.hibernate.cfg.ImprovedNamingStrategy
  12. hibernate.show_sql=false
  13. hibernate.format_sql=true
Add Comment
Please, Sign In to add comment