常见BUG

1、没有配置Tomcat服务,由于

<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
</exclusions>
导致的异常;

Error:(18, 8) java: 无法访问javax.servlet.ServletException 找不到javax.servlet.ServletException的类文件

posted @ 2019-06-17 23:01  cuiqq  阅读(236)  评论(0编辑  收藏  举报