An open API service indexing awesome lists of open source software.

https://github.com/hildam/springexercise

记录学习 Spring 的点滴
https://github.com/hildam/springexercise

Last synced: 3 months ago
JSON representation

记录学习 Spring 的点滴

Awesome Lists containing this project

README

        

# SpringExercise
记录学习 Spring 的点滴

## 学习记录

### 21-9
1. 9-16:学习了Spring XML 的依赖注入
2. 9-18:学习了使用注解注入。并重构了[SpringBeanAuto](https://github.com/HildaM/SpringExercise/tree/master/Spring-02-BeanAuto),全部使用注解开发([SpringBeanAuto---UsingAnnotation](https://github.com/HildaM/SpringExercise/tree/master/Spring-02-BeanAuto---UsingAnnotation) )
3. 9-21 学习了使用Java类配置的方法 [UsingJavaConfig](https://github.com/HildaM/SpringExercise/tree/master/Spring-03-UsingJavaConfig)。和学习了静态代理([Spring-04-proxy](https://github.com/HildaM/SpringExercise/tree/master/Spring-04-proxy)),还有动态代理。由于没学Java反射,所以动态代理方面很多不懂,需要去补全知识漏洞!!!
4. 9-23 在22号和23号补全了Java反射的基础知识后,对动态代理的相关知识进行深入学习,使用尚硅谷的教程。([Spring-04-DynamicProxyLearning](https://github.com/HildaM/SpringExercise/tree/master/Spring-04-DynamicProxyLearning))
5. 9-27 晚上学习 Spring AOP实现,[Spring-05-AOP](https://github.com/HildaM/SpringExercise/tree/master/Spring-05-AOP)