标签:art artifact 解决方案 highlight 项目启动 闪退 ring enc work
1. springboot 项目启动就闪退(解决方案)
父项目中缺少web依赖:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
标签:art artifact 解决方案 highlight 项目启动 闪退 ring enc work
原文地址:https://www.cnblogs.com/Jtianlin/p/10400316.html