shiro 配置文件
[main]
md5Matcher = org.apache.shiro.authc.credential.Md5CredentialsMatcher
nutzdao_realm = com.jyjf.shiro.NutDaoRealm
nutzdao_realm.credentialsMatcher = $md5Matcher
authc = org.nutz.integration.shiro.CaptchaFormAuthenticationFilter
authc.loginUrl = /user/login
logout.redirectUrl= /user/login
[urls]
/rs/* = anon
/user/logout = logout
/user/error = anon
/user/** = authc
其余的都和nutzbook的项目是一样的
求大神指点一下?