【Spring学习笔记】08 spring整合junit4测试

2018.5.23
1.导包
再导入spring-test
2.在实体类person中添加注解,不添加注解也行 在xml中文件中添加bean也是可以的

@Component("person") //给这个类起名字,不起则默认类名小写 component:组件的意思
作用等同于