2017年6月20日
摘要: 一、SpringMVC 1、helloworld 1、导包 <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>4.0.2.RELEASE</version 阅读全文
posted @ 2017-06-20 20:32 一袭白衣一 阅读(841) 评论(0) 推荐(0)
摘要: 一、Spring4 1、介绍 新特性 SpringIDE 插件 IOC DI 在 Spring 中配置 Bean 自动装配 Bean 之间的关系(依赖、继承) Bean 的作用域 使用外部属性文件 SpEL 管理 Bean 的生命周期 通过工厂方法配置 Bean 通过 FactoryBean 配置 阅读全文
posted @ 2017-06-20 08:22 一袭白衣一 阅读(277) 评论(0) 推荐(0)