1. org.apache.struts2.dispatcher.Dispatcher.error Dispatcher initialization failed
  2. Unable to load configuration. - action - file:/F:/Documents/MyJava/SSH001/out/artifacts/SSH001_war_exploded/WEB-INF/classes/struts.xml:11:66

  1. Caused by: Action class [employeeAction] not found - action - file:/F:/Documents/MyJava/SSH001/out/artifacts/SSH001_war_exploded/WEB-INF/classes/struts.xml:11:66
虽然在libraries中加入了struts2-spring-2.3.24.1的jar包,不过好像编辑器没有引用到,所以看到Problems这里出错,修复则是引用了。

问题根本上就是没有导入struts2-spring这个jar包...
idea整合struts和spring和hibernate时候的导jar错误:Unable to load configuration. - action -


修复问题:
idea整合struts和spring和hibernate时候的导jar错误:Unable to load configuration. - action -




相关文章:

  • 2022-12-23
  • 2021-05-02
  • 2021-08-21
  • 2021-09-25
  • 2021-08-30
  • 2021-07-25
  • 2021-09-21
猜你喜欢
  • 2021-07-07
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
  • 2021-06-28
相关资源
相似解决方案