zhangkaitao / shiro-example

跟我学Shiro(我的公众号:kaitao-1234567,我的新书:《亿级流量网站架构核心技术》)
4.82k stars 3.94k forks source link

DO NOT do this in web applications #28

Open asherri opened 7 years ago

asherri commented 7 years ago

While i'm browsing Shrio documentation https://shiro.apache.org/spring.html, i found note don't use (MethodInvokingFactoryBean) bean, for web application, but you have use it with all web apps example, is there any best practices for that?