Advertisement
Guest User

application.proprerties

a guest
Jul 21st, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. jdbc.driverClassName = com.mysql.jdbc.Driver
  2. jdbc.url = jdbc:mysql://localhost:3306/bip_db?createDatabaseIfNotExist=true
  3. jdbc.username = root
  4. jdbc.password = 1234
  5. hibernate.dialect = org.hibernate.dialect.MySQLDialect
  6. hibernate.show_sql = true
  7. hibernate.format_sql = true
  8. hibernate.hbm2ddl.auto = create
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement