1:通过maven添加需要的jar包 1 2 3 org.springframework 4 spring-web 5 3.2.9.RELEASE 6 7 8 9 ...
分类:
编程语言 时间:
2014-07-19 19:08:41
阅读次数:
310
1、web.xml配置文件 messagePrefix 需要在tomcat启动时获取的字符串2、普通java类 1 import org.springframework.web.context.ContextLoader; 2 import org.springframework.web.con.....
分类:
编程语言 时间:
2014-07-19 18:13:46
阅读次数:
365
注解是基于Spring的。所谓的是基于Spring而言的,所以对注解的配置是在spring的配置文件中的,一般放在主配置文件中。Spring配置中常用的命名空间,一般的Spring配置都能满足需求:涉及到注解的部分是:xmlns:context="http://www.springframework...
分类:
编程语言 时间:
2014-07-19 00:06:19
阅读次数:
214
一、在web.xml中添加shiro过滤器Xml代码shiroFilterorg.springframework.web.filter.DelegatingFilterProxyshiroFilter/*二、在Spring的applicationContext.xml中添加shiro配置1、添加sh...
分类:
编程语言 时间:
2014-07-18 20:02:21
阅读次数:
201
Spring官网改版后找了好久都没有找到直接下载Jar包的链接,下面汇总些网上提供的方法,亲测可用.
1.直接输入地址,改相应版本即可:http://repo.springsource.org/libs-release-local/org/springframework/spring/3.2.4.RELEASE/spring-framework-3.2.4.RELEASE-dist.zip
...
分类:
编程语言 时间:
2014-07-17 21:09:21
阅读次数:
221
1、加入?jar2、web.xml配置:actionorg.springframework.web.servlet.DispatcherServletcontextConfigLocationclasspath:springMVC.xmlaction/ index.jsp 3、springMVC.....
分类:
编程语言 时间:
2014-07-16 18:43:09
阅读次数:
273
spring 配置文件 -->测试类import org.springframework.context.ApplicationContext;import org.springframework.context.support.ClassPathXmlApplicationContext;impo...
分类:
编程语言 时间:
2014-07-16 12:12:07
阅读次数:
256
encodingFilterorg.springframework.web.filter.CharacterEncodingFilterencodingUTF-8forceEncodingtrueencoding用来设置编码格式,forceEncoding用来设置是否理会 request.getCh...
分类:
编程语言 时间:
2014-07-14 20:56:13
阅读次数:
1529
1.导入必要的SpringMVCJAR包2.在web.xml中配置SpingMVC的加载项//SpringMVC配置加载项的方式为在web.xml中定义其加载的servlet springMVC//Servlet名称 org.springframework.web.servlet.Dispatche...
分类:
编程语言 时间:
2014-07-14 15:56:58
阅读次数:
314
1、错误原因
2014-7-13 17:36:57 org.apache.jasper.compiler.TldLocationsCache tldScanJar
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete...
分类:
编程语言 时间:
2014-07-14 13:44:07
阅读次数:
325