Fork me on GitHub

随笔分类 -  shiro

shiro的web.xml的配置
摘要:<servlet> <servlet-name>springDispatcherServlet</servlet-name> <servlet-class>org.springframework.web.servlet.DispatcherServlet </servlet-class> <init 阅读全文

posted @ 2017-06-30 09:49 ScvQ

shiro所需的依赖
摘要:<dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-spring</artifactId> <version>1.3.2</version> </dependency> <dependency> <groupId>or 阅读全文

posted @ 2017-06-30 09:38 ScvQ

shiro的Quickstart
摘要:/** * Simple Quickstart application showing how to use Shiro's API. * * @since 0.9 RC2 */ public class Quickstart { private static final transient Log 阅读全文

posted @ 2017-06-30 09:35 ScvQ

shiro.ini
摘要:# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this w 阅读全文

posted @ 2017-06-30 09:35 ScvQ

导航