1、导入shiro依赖
2、编写两个核心配置
ShiroConfig和UserRealm(授权和认证)
ShiroConfig中:
UserRealm中:
写两个页面add和update及controller进行测试
controller: