Guest User

Untitled

a guest
Apr 14th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Replace
  2. <property name="jdbcUrl" value="jdbc:mysql://localhost:3306/web_customer_tracker?zeroDateTimeBehavior=convertToNull&useSSL=false"
  3.  
  4. With
  5. <property name="jdbcUrl" value="jdbc:mysql://localhost:3306/web_customer_tracker?zeroDateTimeBehavior=convertToNull&useSSL=false"
  6.  
  7. Note the use of & as a replacement for &
Add Comment
Please, Sign In to add comment