学习一个框架,查阅权威有效的资料能够事半功倍,本文收集笔者学习此框架中帮助很大的文档,希望对大家有所帮助。
对于文档类的,强烈建议看官方文档,而不是百度出来的经过网友加工或者搬运过来的资料!!
shiro官网: http://shiro.apache.org/
认证过程:https://shiro.apache.org/authentication.html#Authentication-%7B%7BAuthenticator%7D%7D
权限校验:http://shiro.apache.org/java-authorization-guide.html
permission详解:http://shiro.apache.org/permissions.html
加密: http://shiro.apache.org/cryptography-features.html
session管理:http://shiro.apache.org/session-management.html
ini文件配置:https://shiro.apache.org/configuration.html#Configuration-SecurityManagerfromanINIresource
分布式Ehcache:
https://www.ibm.com/developerworks/cn/java/j-lo-ehcache/index.html
rmi分布配置:https://www.ehcache.org/documentation/2.8/replication/rmi-replicated-caching.html
hazelcast & ehcache:https://*.com/questions/5245487/hazelcast-vs-ehcache
当然还需要自己用代码来练习或者项目机会来学以致用,才可以说自己是掌握了一个框架