struts2 java.lang.ClassNotFoundException: org.apache.commons.lang.xwork.StringUtils

使用註解測試action中返回json格式數據時報錯,發現是struts2-json-plugin這個jar版本不一致的原因造成的
轉載:http://blog.csdn.net/lipei1220/article/details/46753491

struts2.3 action 返回JSON數據調試過程中報錯

最終定位到json-plugin的jar包版本不一致導致

struts2-core-2.3.16.3.jar

struts2-json-plugin-2.3.16.jar

struts2-spring-plugin-2.3.16.3.jar

xwork-core-2.3.16.3.jar

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章