Skip to content

Commit

Permalink
删除ShiroPlugin,现在的系统体系貌似用不上这个插件
Browse files Browse the repository at this point in the history
com.jfinal.ext.plugin.shiro包放着做参考备用

Signed-off-by: michael.z <mail@zhangxiao.org>
  • Loading branch information
michaelzx committed Mar 12, 2015
1 parent 3bcb626 commit 29153ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/com/cnvp/paladin/core/appConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public void configPlugin(Plugins me) {
// me.add(new SqlInXmlPlugin());

me.add(new EhCachePlugin());
me.add(new ShiroPlugin(routes));
}

/**
Expand Down

0 comments on commit 29153ca

Please sign in to comment.