Guest User

Untitled

a guest
Oct 29th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <context-param>
  2. <param-name>URL</param-name>
  3. <param-value>jdbc:mysql://localhost:3306/Test?
  4. serverTimezone=Europe/Kiev&autoReconnect=true&useSSL=false</param-value>
  5. </context-param>
  6.  
  7. The reference to entity "autoReconnect" must end with the ';' delimiter.
  8.  
  9. <param-value>jdbc:mysql://localhost:3306/Test?serverTimezone=Europe/Kiev&autoReconnect=true&useSSL=false</param-value>
  10.  
  11. <param-value><![CDATA[jdbc:mysql://localhost:3306/Test?serverTimezone=Europe/Kiev&autoReconnect=true&useSSL=false]]></param-value>
Add Comment
Please, Sign In to add comment