项目启动时报错Instantiation of bean failed; nested exception is java.lang.ExceptionInInitializerError

DBC 1.5K 0

博主这里是犯了低级错误

		<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-starter-web</artifactId>
		</dependency>

		<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-starter-test</artifactId>
			<scope>test</scope>
		</dependency>
温馨提示

忘记加这两个了

发表评论 取消回复
表情 图片 链接 代码

分享