Fork me on GitHub

2017年6月30日

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 阅读(1914) 评论(0) 推荐(0) 编辑

spring-sevlet简单配置

摘要: <<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance 阅读全文

posted @ 2017-06-30 09:45 ScvQ 阅读(183) 评论(0) 推荐(0) 编辑

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 阅读(2582) 评论(0) 推荐(0) 编辑

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 阅读(304) 评论(0) 推荐(0) 编辑

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 阅读(133) 评论(0) 推荐(0) 编辑

导航