# spring-demo **Repository Path**: kaiwill/spring-demo ## Basic Information - **Project Name**: spring-demo - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2017-05-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 介绍了spring的基本入门 定义了一个类,然后将这个类在spring的配置文件中进行配置,最后在主方法中实例化spring容器, 然后从spring容器中取出对象,使用该对象