01 2019 档案
摘要:这个问题困扰了我一天,看了下面两个文章,豁然开朗: https://www.cnblogs.com/gj1990/p/8057348.html https://412887952-qq-com.iteye.com/blog/2392741 按照如下方法即可解决无法显示静态资源问题: 一、让sprin
阅读全文
摘要:/** * 配置Shiro生命周期处理器 * 使用springboot整合shiro时,@value注解无法读取application.yml中的配置 *解决方法:将LifecycleBeanPostProcessor的配置方法改成静态的就可以了 *LifecycleBeanPostProcesso
阅读全文
摘要:1、首先在idea中下载jrebel、由于已经下载过了、上这样 2、下载jrebel破解插件 https://gitee.com/gsls200808/JrebelLicenseServerforJava.git 之后进行编译 mvn compile (指执行一次就好) 之后运行编译后的项目 mvn
阅读全文
摘要:按照https://blog.csdn.net/qq_34021712/column/info/26947学习,基本能解决shiro一切问题,谢谢该博主
阅读全文