ERROR]-[Thread: main]-[com.jfinal.kit.LogKit.error()]: The action "com.cmpl.jxgl.controller.DepartmentUserController.beforeSave()" can not be mapped, actionKey "/departUser/beforeSave" is already in use.
java.lang.RuntimeException: The action "com.cmpl.jxgl.controller.DepartmentUserController.beforeSave()" can not be mapped, actionKey "/departUser/beforeSave" is already in use.
各位大神,我从3.0升级到3.5项目启动的时候,就报这个错。
项目:JFinal
解决办法极其简单,用 eclipse 搜索一下异常中的字符串 "beforeSave",会找到两个或以上的在 controller 中的方法,将其中的一个用 @NotAction 注解一下即可