Advertisement
Guest User

Untitled

a guest
Dec 6th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. # Set here configurations for the database connection
  2. spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
  3. # Connection url for the database "netgloo_blog"
  4. spring.datasource.url = jdbc:mysql://localhost:3306/hbdatabase
  5.  
  6. # Username and password
  7. spring.datasource.username = root
  8. spring.datasource.password = root
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement