音乐 关注 标签
评论 参与 新评

随笔分类 -  001.Spring

Spring学习(三)-----Spring自动装配Beans
摘要:在Spring框架,可以用 auto-wiring 功能会自动装配Bean。要启用它,只需要在 <bean>定义“autowire”属性。 <bean id="customer" class="com.yiibai.common.Customer" autowire="byName" /> 在Spr 阅读全文
posted @ 2017-10-20 10:09 ☠☚㊙☛☠ 阅读(250) 评论(0) 推荐(0) 编辑
Spring学习(二)-----eclipse新建spring项目
摘要:一:准本工作(下载需要的jar包) 1.下载准备Spring-framework-4.2.0 链接为: http://repo.springsource.org/libs-release-local/org/springframework/spring/ 截图: 2.具体的spring-framew 阅读全文
posted @ 2017-10-13 22:26 ☠☚㊙☛☠ 阅读(2442) 评论(0) 推荐(0) 编辑
Spring学习(一)-----Spring 模块详解
摘要:官方下载链接:http://repo.spring.io/release/org/springframework/spring/ Spring 模块详解: Core 模块 spring-beans-3.2.9.RELEASE.jar: springIoC(依赖注入)的基础实现,所有应用都要用到的,它 阅读全文
posted @ 2017-10-13 20:58 ☠☚㊙☛☠ 阅读(392) 评论(0) 推荐(0) 编辑


Top
打赏

打赏

公众号