tomcat會一直卡在初始化中,是怎么回事,xml文件沒配置好嗎
No Spring WebApplicationInitializer types detected on classpath
No Spring WebApplicationInitializer types detected on classpath
validateJarFile(E:\Spring Project\seckill\MyWebApp\target\MyWebApp\WEB-INF\lib\javax.servlet-api-3.1.0.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
六月 24, 2019 10:20:50 上午 org.apache.catalina.deploy.WebXml setVersion
警告: Unknown version string [3.1]. Default version will be used.
配置為3.0會提示沒有這個版本啊
2019-07-31
你把web.xml里面頭文件換成我這個試試呢?我這個在本地實測沒問題.