问题描述: springboot从1.5 到 springboot2.1 时,Shiro的配置都没有变,但是登录url也被拦截了返回403 原因: 在springboot1.5中 server: context-path: /myapp 升级到2之后,需要改为 server: servlet: context-path: /myapp