From b2956d45888afc2b3673d62b2ce4c765add5816e Mon Sep 17 00:00:00 2001 From: soywer001 <168limeng@163.com> Date: Thu, 13 Oct 2016 16:56:12 +0800 Subject: [PATCH] soywer test --- jfinal_shiro/resource/shiro.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jfinal_shiro/resource/shiro.ini b/jfinal_shiro/resource/shiro.ini index 6e89a11..640f1b4 100644 --- a/jfinal_shiro/resource/shiro.ini +++ b/jfinal_shiro/resource/shiro.ini @@ -1,5 +1,5 @@ [main] - + jdbcRealm = org.apache.shiro.realm.jdbc.JdbcRealm jdbcRealm.permissionsLookupEnabled = true jdbcRealm.authenticationQuery = SELECT password FROM users WHERE username = ? -- Gitee