# EazySpringBoot **Repository Path**: zhou-yang12138/eazy-spring-boot ## Basic Information - **Project Name**: EazySpringBoot - **Description**: 一个 SpringBoot 的简易手写学习项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: 2025-8-13-BeanContainer - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-13 - **Last Updated**: 2025-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 8-13(1):BeanDefinitionMap.get(name)获取到的是一个 BeanDefinition 类型的对象,只能查看和修改字段;而BeanDefinitionMap.get(name).getBean()才是 Object 实例,通过强转类型(UserService)就可以得到业务的对象。