欢迎来到天天文库
浏览记录
ID:35710520
大小:31.63 KB
页数:21页
时间:2019-04-13
《springmvc+shiro+框架配置》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、将Shiro作为应用的权限基础五:SpringMVC+ApacheShiro+JPA(hibernate)整合配置配置web.xml,applicationContext.xml, spring-mvc.xml,applicationContext-shiro.xml,而且都有详细的说明。 Web.xml是web项目最基本的配置文件,看这个配置,可以快速知道web项目使用什么框架,它就像一个面板,切入我们想用的插件。applicationContext.xml是spring的基本配置,主要配置数据源、JPA实体管理器工厂、事务spring-mvc.xml是Sprin
2、gMVC的配置,applicationContext-shiro.xml是shiro的配置,主要配置securityManager、shiroFilter Web.xml3、si:schemaLocation="http://java.sun.com/xml/ns/javaeehttp://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"version="3.0">contextConfigLocationclasspath*:applicationContext*.xmlorg.springframework.web.util.IntrospectorCleanupListenerorg.springframework.web.context.ContextLoaderListenercharacterEncodingFilterorg.springframework.web.filter.CharacterEncodingFilter6、param>encodingUTF-8forceEncodingtruecharacterEncodingFilter/*7、lter-mapping>hibernateFilterorg.springframework.orm.jpa.support.Open
3、si:schemaLocation="http://java.sun.com/xml/ns/javaeehttp://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"version="3.0">contextConfigLocationclasspath*:applicationContext*.xmlorg.springframework.web.util.IntrospectorCleanupListenerorg.springframework.web.context.ContextLoaderListenercharacterEncodingFilterorg.springframework.web.filter.CharacterEncodingFilter6、param>encodingUTF-8forceEncodingtruecharacterEncodingFilter/*7、lter-mapping>hibernateFilterorg.springframework.orm.jpa.support.Open
6、param>encodingUTF-8forceEncodingtrue
7、lter-mapping>hibernateFilterorg.springframework.orm.jpa.support.Open
此文档下载收益归作者所有