Guest User

Untitled

a guest
Oct 15th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. spring.datasource.url=jdbc:mysql://localhost:3306/studentmd?useUnicode=true&characterEncoding=UTF-8&&serverTimezone=GMT%2B8&useSSL=false
  2. spring.datasource.username=root
  3. spring.datasource.password=itcast
  4.  
  5. spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
  6. spring.jpa.show-sql =true
  7. server.port=80
Add Comment
Please, Sign In to add comment