码迷,mamicode.com
首页 >  
搜索关键字:springframework    ( 4755个结果
Spring基于java的配置
第一步:在XML中配置java信息,与自动检测配置XML一样:第二步:定义配置类第三步:声明bean和bean的注入:package com.springinaction.springidol;import org.springframework.context.annotation.Bean;im...
分类:编程语言   时间:2014-07-07 20:56:54    阅读次数:309
使用maven多模块来构建系统时,spring初始化报错的问题
最近在实验maven结构的maven工程时,碰到一个问题,springbean总是初始化失败: Related cause:org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean wi...
分类:编程语言   时间:2014-07-07 12:45:29    阅读次数:854
springmvc3.2+spring+hibernate4全注解方式整合(一)
json_test login.jsp contextConfigLocation classpath:com/config/spring/spring-*.xml org.springframework.web.conte...
分类:编程语言   时间:2014-07-07 11:56:13    阅读次数:213
springmvc3.2+spring+hibernate4全注解方式整合(四)
以上是工程文件,下面开始测试package test.testservice;import org.junit.Test;import org.junit.runner.RunWith;import org.springframework.beans.factory.annotation.Autow...
分类:编程语言   时间:2014-07-07 11:50:50    阅读次数:163
org.springframework.jdbc.BadSqlGrammarException: CallableStatementCallback; bad SQL grammar
通过Spring的jdbcTemplate调用Mysql的存储过程,出现下面的问题(以前也使用过,并没有出现下面的问题,折腾大半天,郁闷):开始报下面的错误:[INFO]2014-07-0110:49:15,297MESSAGE:LoadingXMLbeandefinitionsfromclasspathresource[org/springframework/jdbc/support/sql-er..
分类:数据库   时间:2014-07-02 06:12:07    阅读次数:598
1.Spring简介
1. Spring是管理bean的容器 . Spring提供了多种容器实现,并分为两类 . Bean工厂(由org.springframework.beans.factory.BeanFactory接口定义)是最简单的容器,提供了基础的依赖注入支持. 应用上下文(由org.springframewo...
分类:编程语言   时间:2014-07-01 17:33:09    阅读次数:203
spring+struts2+ibatis整合
与spring+springmvc+ibatis相比,只需作相应的修改即可完成框架的整合。具体配置如下:web.xml SSI org.springframework.web.context.ContextLoaderListener contextConfigLocatio...
分类:编程语言   时间:2014-07-01 14:10:22    阅读次数:245
spring + c3p0+hibernate3的配置
由于C3P0使用比较广泛,下面介绍C3P0在spring和hibernate3配置中的一些常用配置项,首先先把配置文件贴出来先,配置的文件名为dbContext.xml<?xmlversion="1.0"encoding="UTF-8"?> <beansxmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www...
分类:编程语言   时间:2014-07-01 09:31:52    阅读次数:202
使用Maven管理Spring
原文链接: Spring with Maven原文日期: 2013年04月17日翻译日期: 2014年06月29日翻译人员: 铁锚1. 概述本教程向您展示如何通过 Maven 管理 Spring 的依赖关系.最新的Spring版本可以在 Maven Central仓库 中找到. 也可以访问  mvnrepository:org.springframework.2. 使用Maven管理基本的Spri...
分类:编程语言   时间:2014-06-30 10:20:22    阅读次数:211
SpringMVC入门之注解式控制器
上面一篇写的是配置式的控制器现在已经不推荐使用了,其实注解式控制器和它的差不多只不过 更简洁而已! 1.还是在web.xml中进行配置DispatcherServlet    spring org.springframework.web.servlet.DispatcherServlet contextConfigLocation /WEB-INF/class...
分类:编程语言   时间:2014-06-30 07:38:15    阅读次数:177
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!