赞
踩
1.pom.xml文件中引入Spring常用依赖
2.创建Spring配置文件
(注意:命名无限制,约定俗成命名有:spring-context.xml、applicationContext.xml、beans.xml )
3.写<beans>标签
(注意:类中的属性需要书写 get set 方法)