摘要: 最近又把这个shiro用到项目中,但是执行/login的,是这样的流程: 1、先执行了 protected AuthenticationInfo doGetAuthenticationInfo(AuthenticationToken token) throws AuthenticationExcep 阅读全文
posted @ 2021-11-09 20:02 jiduoduo 阅读(438) 评论(0) 推荐(0)
摘要: 在src/main/resources/下 建了一个ehcache-shiro.xml 然后下面出现了一个下线划,并且提示 No grammar constraints (DTD or XML Schema). 看到这个提示,总归想处理下: <ehcache xmlns:xsi="http://ww 阅读全文
posted @ 2021-11-09 15:26 jiduoduo 阅读(58) 评论(0) 推荐(0)
摘要: 1、如果从网络上拷代码到文件中,一般会导包失败或者找不到包。 那么批量导包及处理,那么就用到了Organize Import。 操作: 类文件中,右键鼠标source--Organize Import,或者直接快捷键command+shift+o(mac) 阅读全文
posted @ 2021-11-09 10:44 jiduoduo 阅读(536) 评论(0) 推荐(0)