SpringMVC Tomcat 启动时报错:java.lang.IllegalStateException: Error starting child
大概原因如下:
1、Controller里RequestMapping(“/test”)前面没有“/”;
2、jar包冲突,比如我的将数据库连接版本由5.1.6改成5.4.6就可以了;
大概原因如下:
1、Controller里RequestMapping(“/test”)前面没有“/”;
2、jar包冲突,比如我的将数据库连接版本由5.1.6改成5.4.6就可以了;