Guest User

Untitled

a guest
Mar 28th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #MySQL Configuration
  2.  
  3. jdbc.driverClassName=com.mysql.cj.jdbc.Driver
  4. jdbc.url=jdbc:mysql://localhost:3306/springmvc?serverTimezone=UTC
  5. jdbc.username=root
  6. jdbc.password=2327
Add Comment
Please, Sign In to add comment