I want to add google map javascript to a Thymeleaf template, like this:
https://maps.googleapis.com/maps/api/js?v=3.exp&libraries=places
It throws the exception:
org.xml.sax.SAXParseException; lineNumber: 209; columnNumber: 93; The reference to entity "key" must end with the ';' delimiter
I tried to change &
to &
but nothing changed.
Your help will be greatly appreciated. Thanks!