Guest User

Untitled

a guest
Jun 29th, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Replace
  2.  
  3. <property
  4. name="connection.url">jdbc:mysql://localhost:3306/hb_student_tracker?useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC</property>
  5.  
  6. With
  7.  
  8. <property
  9. name="connection.url">jdbc:mysql://localhost:3306/hb_student_tracker?useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC</property>
  10.  
  11. Make note of "&"
Add Comment
Please, Sign In to add comment