Adds explanation how to use the commented configuration

This commit is contained in:
Lukasz Lenart
2018-02-27 11:13:39 +01:00
parent ce1ac9d381
commit 6c5b79c204
@@ -32,6 +32,7 @@
<constant name="struts.convention.package.locators" value="example"/>
<!-- Uncomment the lines below to use Jackson XML bindings instead of the XStream library to handle XML serialisations -->
<!--
<bean name="jacksonXml" type="org.apache.struts2.rest.handler.ContentTypeHandler" class="org.apache.struts2.rest.handler.JacksonXmlHandler" />
<constant name="struts.rest.handlerOverride.xml" value="jacksonXml"/>