shiro和startweb之间的依赖关系

<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring-boot-web-starter</artifactId>
<version>1.4.2</version>



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

因为shiro包含了自己的web启动器,所以下面的web启动器就可以注释掉
原文地址:https://www.cnblogs.com/vincentmax/p/14349746.html