Advertisement
Guest User

properties

a guest
Oct 2nd, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1.  
  2. spring.datasource.driverClassName=com.mysql.jdbc.Driver
  3.  
  4. spring.datasource.url = jdbc:mysql://localhost:3306/budget
  5.  
  6.  
  7. spring.datasource.username=marcin
  8. spring.datasource.password=marcin123
  9.  
  10.  
  11. spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect
  12. spring.jpa.show-sql=true
  13. spring.jpa.hibernate.ddl-auto=update
  14. entitymanager.packages.to.scan=com.budget
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement