码迷,mamicode.com
首页 >  
搜索关键字:springframework    ( 4755个结果
Spring3.2-quartz2.2.1集成执行任务调度
版本说明Spring3.1以下只能与quartz.1.x进行整合原因是 spring3.0.5中org.springframework.scheduling.quartz.CronTriggerBean继承了org.quartz.CronTrigger(public class CronTriggerBeanextends CronTrigger),而在quartz2.1.3中org.qua...
分类:编程语言   时间:2014-12-10 16:29:26    阅读次数:449
详解@Autowired、@Qualifier和@Required
A、@Autowiredorg.springframework.beans.factory.annotation.Autowiredpublic @interface AutowiredMarks a constructor, field, setter method or config metho...
分类:其他好文   时间:2014-12-10 12:04:05    阅读次数:134
hibernate4+spring3+struts2搭建框架实例
1.所需要的JAR包2.web.xml配置文件,这个和平时的配置是一样的 springConfigLocation /WEB-INF/applicationContext.xml org.springframework.web.context.ContextLoade...
分类:编程语言   时间:2014-12-10 10:27:32    阅读次数:302
Exception sending context initialized event to listener instance of class
详细错误信息如下:严重: Exception sending context initialized event to listener instance of class com.auth.spring.listener.SpringLoaderListener org.springframework.beans.factory.BeanCreationException: Error crea...
分类:其他好文   时间:2014-12-09 17:44:53    阅读次数:267
关于eclipse中maven项目的问题
问题1:严重: Error configuring application listener of class org.springframework.web.context.ContextLoaderListenerjava.lang.ClassNotFoundException: org.spr...
分类:系统相关   时间:2014-12-09 17:19:44    阅读次数:160
泛型持久层实现(深度减轻代码量)
import java.math.BigDecimal; import java.util.List; import org.hibernate.SessionFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Repositor...
分类:其他好文   时间:2014-12-09 15:40:42    阅读次数:242
spring mvc
<dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>${spring.version}</version> </dependency> <dependency> <g...
分类:编程语言   时间:2014-12-08 23:12:04    阅读次数:481
搭建spring测试环境
<dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <version>${spring.version}</version> <scope>test</scope> </dependency> 添加...
分类:编程语言   时间:2014-12-08 21:31:50    阅读次数:151
Spring mvc 学习笔记
记录下学习spring-mvc的技术要点,项目结构路径如下:1. 首先要在web.xml中添加Servlet和filter的配置: encodingFilter org.springframework.web.filter.CharacterEnco...
分类:编程语言   时间:2014-12-08 21:00:40    阅读次数:236
spring 各版本 jar包下载 源码下载
spring官网上找jar和源码太麻烦了下面给出简单的下载地址:http://repo.spring.io/release/org/springframework/spring/
分类:编程语言   时间:2014-12-08 19:50:09    阅读次数:185
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!