IDEA运行Tomcat报错500
且out文件下的Classes目录下没有对应的类
IDEA报错信息
Cannot find class [com.wei.controller.HelloController] for bean with name '/hello' defined in class path resource [springmvc-servlet.xml]; nested exception is java.lang.ClassNotFoundException: com.wei.controller.HelloController
这个是因为注解没有加,或者是注解使用不当导致的报错。
请检查下HelloController相关的的注解