网站首页
编程语言
数据库
系统相关
其他分享
编程问答
lsl
2024-08-28
Spring(基础篇1)
本篇博客讲解Spring框架里面的通过xml方式对Bean的基础配置,实例化方式,以及DI的注入,偏于基础。一.Bean的基础配置 Id属性andClass属性<beanid="userService"class="com.itheima.Service.Impl.UserServiceImpl"></bean> Scope属性Scope属性取值含义singleto