# Spring **Repository Path**: fjnyyds/Spring ## Basic Information - **Project Name**: Spring - **Description**: 尚硅谷王泽Spring - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-04 - **Last Updated**: 2022-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring #### 介绍 尚硅谷王泽Spring # [demo1](https://gitee.com/-/ide/project/fjnyyds/Spring/edit/master/-/spring5_demo1/src/main/resources/bean1.xml):xml方式管理bean ![img](https://img-blog.csdnimg.cn/img_convert/9048affed1a7285cb9a0f873a3759ec7.png) - 入门案例 - set和构造注入 - 属性为字面量 - 基本属性 - 特殊值,null值 - p空间 - 外部bean - 内部bean - 级联赋值 # [demo2](https://gitee.com/-/ide/project/fjnyyds/Spring/edit/master/-/spring5_demo2/src/main/resources/bean1.xml):xml方式管理bean ![img](https://img-blog.csdnimg.cn/img_convert/bda3d01852b105e52173e74734718b92.png) - 属性为集合 - 集合value提取 - 工厂bean - 生命周期:后置处理器 - 自动装配 - 引入外部属性文件:druid数据源 # [demo3](https://gitee.com/-/ide/project/fjnyyds/Spring/edit/master/-/spring5_demo3/src/main/resources/bean.xml):注解管理bean ![img](https://img-blog.csdnimg.cn/img_convert/665ef0e6f31ce39f9c3ed38c8dbb1df3.png) - 创建对象 - 注入属性 - 完全注解开发 # [demo4](https://gitee.com/-/ide/project/fjnyyds/Spring/edit/master/-/spring5_demo4/src/main/resources/bean1.xml):Aop ![img](https://img-blog.csdnimg.cn/img_convert/435cef409a5b133233f29fceb24af2b7.png) - 动态代理 - 注解方式aop - xml方式aop - 完全注解方式aop # [txdemo](https://gitee.com/-/ide/project/fjnyyds/Spring/edit/master/-/spring5_txdemo1/src/main/resources/bean1.xml):事务 ![img](https://img-blog.csdnimg.cn/img_convert/fba32f341c65950c64860a64b9b61751.png) - 模拟转账操作问题 - 使用事务 - 编程方式 - 注解方式 - 完全注解 - xml方式