无语棒球

文章
5
资源
0
加入时间
2年10月21天

Invocation of init method failed nested exception is java lang IllegalState

项目出现Invocation of init method failed; nested exception is java.lang.IllegalState报错可能是你的Controller里面的方法@RequestMapper注解里面的路径出现重复或者xml配置文件sql语句id重复了。不限同一个类里面,可能在两个Controller类里面有相同的路径,xml文件也一样...