E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
子逊的辛酸史
【Spring学习笔记】08 spring整合junit4测试
spring
ssm
2018.5.23
1.导包
再导入spring-test
2.在实体类person中添加注解,不添加注解也行 在xml中文件中添加bean也是可以的
@Component("person")
//给这个类起名字,不起则默认类名小写 component:组件的意思
作用等同于