Created
April 6, 2018 15:11
-
-
Save darbyluv2code/d3f58cc033670bb25dab2379f5868956 to your computer and use it in GitHub Desktop.
XML entity replacement
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Replace | |
| <property name="jdbcUrl" value="jdbc:mysql://localhost:3306/web_customer_tracker?zeroDateTimeBehavior=convertToNull&useSSL=false" | |
| With | |
| <property name="jdbcUrl" value="jdbc:mysql://localhost:3306/web_customer_tracker?zeroDateTimeBehavior=convertToNull&useSSL=false" | |
| Note the use of & as a replacement for & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment