The content of element type "package" must match "(result-types?,interceptors?,default-interceptor-ref?,default-action-ref?,default-class-ref?,global-results?,global-exception-mappings?,action*)".
问题描述:
The content of element type "package" must match
元素类型 "包" 的内容必须匹配
大致意思就是,package
标签中的元素,必须匹配 result-types?,interceptors?,default-interceptor-ref?,default-action-ref?,default-class-ref?,global-results?,global-exception-mappings?,action*
这个顺序。
解决方案:
按照规定的顺序书写!