入门springboot报错org.apache.coyote.http11.AbstractHttp11Protocol.setCompressableMimeTypes

来源:互联网 发布:线性变换旋转矩阵 编辑:程序博客网 时间:2024/06/11 05:21

1:版本问题


注意自己的jdk,eclipse的版本

2:去除 如下依赖

<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.web</groupId>
<artifactId>javax.servlet.jsp.jstl</artifactId>
</dependency>

阅读全文
0 0
原创粉丝点击