alexxiyang / shiro-redis

shiro only provide the support of ehcache and concurrentHashMap. Here is an implement of redis cache can be used by shiro. Hope it will help you!
MIT License
1.17k stars 444 forks source link

springboot 2.3.4 + shiro 1.6 升级3.3.0后跑不起来了,3.2.3正常运行 #134

Closed yuxicun closed 3 years ago

yuxicun commented 3 years ago

springboot 2.3.4 + shiro 1.6 升级3.3.0后跑不起来了,3.2.3正常运行 image

yuxicun commented 3 years ago

而且似乎3.3.0 增加了一大堆插件依赖

yuxicun commented 3 years ago

是不是通过java11 编译的,在java8上无法运行了

alexxiyang commented 3 years ago

是的。非常抱歉,我会发布一个java8版本

alexxiyang commented 3 years ago

3.3.1已经发布,3.3.1基于java8。请测试使用3.3.1