Spring代码实例系列-绪论

版权声明:本文为博主hanchao5272原创文章,转载请注明来源,并留下原文链接地址,谢谢! https://blog.csdn.net/hanchao5272/article/details/78994070

SSM框架超级详细整合记录:Spring+Spring MVC+MyBatis+Maven+Git+MySQL+IDEA

最近抽空将Spring框架涉及到的一些技术进行了复习,并写了一些入门实例,将源代码整理到这里,作为以后翻阅的记录。

说明:
- 因为时间有限,文章内容可能存在错别字等现象,敬请谅解。
- 为了展示各知识点,有些命名方式很不规范,敬请谅解。
1. 不规范命名1-包名:pers.hanchao.springmvc.htmlviewresolver
2. 不规范命名2-映射名:/htmlviewresolver/hellojsp
- 因为水平有限,有些内容可能存在错误,敬请指教。

目录

Spring代码实例系列-01:hellospring(通过xml文件以默认的方式进行setter注入)
Spring代码实例系列-02:松耦合loose coupling(通过xml文件以默认的方式进行setter注入)
Spring代码实例系列-03:构造器注入constructor
Spring代码实例系列-04:autowire自动装配合集
Spring代码实例系列-05:通过注解@Configuration、@Bean和@Import定义bean
Spring代码实例系列-06:通过注解@Component、@Controller、@Service和@Repository定义bean,@Autowire装配bean
Spring代码实例系列-07:Spring AOP面向切面,模拟实现事物控制
Spring代码实例系列-08:Spring JDBC + DataSource +JdbcTemplate+JdbcDaoSupport的基本实例
Spring代码实例系列-09:通过Spring PropertyPlaceholderConfigurer将properties配置的属性注入到xml配置文件中
Spring代码实例系列-10:通过Spring Mail发送简单邮件、附件和HTML邮件

猜你喜欢

转载自blog.csdn.net/hanchao5272/article/details/78994070