# 将没使用IOC的代码更改为使用xml配置的IOC **Repository Path**: jayepep/before-using-ioc ## Basic Information - **Project Name**: 将没使用IOC的代码更改为使用xml配置的IOC - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-20 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用ioc之前 ### 传统业务代码 dao层面向数据,service层调用dao层 接下来我会通过分析本代码,使用 spring ioc 原理,用 DI 降低代码间的耦合性,