https://github.com/hildam/springexercise
记录学习 Spring 的点滴
https://github.com/hildam/springexercise
Last synced: 3 months ago
JSON representation
记录学习 Spring 的点滴
- Host: GitHub
- URL: https://github.com/hildam/springexercise
- Owner: HildaM
- Created: 2021-09-16T12:21:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-23T12:43:31.000Z (over 3 years ago)
- Last Synced: 2025-01-13T18:40:45.263Z (5 months ago)
- Language: Java
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)