
spring
文章平均质量分 55
Mchange
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
springMVC ibatis 整合案例
SpringMVC与Ibatis框架整合所使用版本 Ibatis 2.3.4 Spring 3.0 web.xml <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"转载 2013-04-26 14:58:41 · 905 阅读 · 0 评论 -
spring datasource 配置
原创 2015-11-24 09:38:36 · 846 阅读 · 0 评论 -
项目中new一个Spring管理的bean
import org.springframework.beans.BeansException; import org.springframework.context.ApplicationContext; import org.springframework.context.ApplicationContextAware; import org.springframework.stereotyp原创 2015-11-25 11:23:17 · 1024 阅读 · 0 评论