最近搜索

Spring boot 启动报错。

浏览:437
管理员 2021-03-23 13:53

org.springframework.beans.factory.BeanDefinitionStoreException: Failed to parse configuration class [com.java456.XcxShop01Application]; nested exception is org.springframework.core.NestedIOException: Failed to load class [javax.servlet.ServletContextListener]; nested exception is java.lang.ClassNotFoundException: javax.servlet.ServletContextListener




改pom.xml

<dependency>
	<groupId>org.springframework.boot</groupId>
	<artifactId>spring-boot-starter-tomcat</artifactId>
	<scope>provided</scope>
</dependency>
		
		
		改成
		
 <scope>compile</scope>


联系站长

站长微信:xiaomao0055

站长QQ:14496453