Entity was referenced but not declared
问题 In my xml file of Spring MVC application for using tiles, I have written the following - <definition name="dashboard" extends="base.definition"> <put-attribute name="title" value="Dashboard - CMS ♦ ® Galactic NetOne" /> <put-attribute name="body" value="/WEB-INF/views/dashboard.jsp" /> </definition> However, ♦ and ® give the error that they are referenced but not declared. Please help. 回答1: You either need to declare those entities, or replace them with a hex or decimal equivalent. I'm