摘要: 参数有顺序要求,顺序设置正确即可。 阅读全文
posted @ 2013-11-26 15:04 Atlas's blog 阅读(286) 评论(0) 推荐(0)
摘要: 利用struts2自带的正则匹配,应该说这算是最官方的解决方案了在struts.properties中加正则匹配struts.action.excludePattern=/webservice/.*web.xmlXml代码 1 2 6 7 8 contextConfigLocation 9 classpath:com/travelsky/rap/conf/applicationContext.xml10 11 12 13 org.springframework.web.context.ContextLoaderLi... 阅读全文
posted @ 2013-11-26 13:42 Atlas's blog 阅读(459) 评论(0) 推荐(0)