
配置文件
文章平均质量分 81
游离状态的猫1
任何足够先进的技术在使用时都与魔法无异
展开
-
SSM框架的配置
web.xml的配置<?xml version="1.0" encoding="UTF-8"?><web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns原创 2018-04-19 10:49:07 · 222 阅读 · 0 评论 -
shiro的配置和使用
pom.xml的配置<?xml version="1.0" encoding="UTF-8"?><!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with t...原创 2018-04-19 11:28:36 · 211 阅读 · 0 评论 -
shiro的使用
一、架构要学习如何使用Shiro必须先从它的架构谈起,作为一款安全框架Shiro的设计相当精妙。Shiro的应用不依赖任何容器,它也可以在JavaSE下使用。但是最常用的环境还是JavaEE。下面以用户登录为例:(1)使用用户的登录信息创建令牌UsernamePasswordToken token = new UsernamePasswordToken(username, password);to...转载 2018-05-14 16:47:35 · 256 阅读 · 0 评论