@Autowired should not work without @RunWith(SpringRunner.class) but does

后端 未结 0 446
北海茫月
北海茫月 2020-12-18 04:05

Here is a unit testing class for a java spring data repository layer. I have a spring data repository layer in which the annotation @Autowired is used to inject TestEntityMa

相关标签:
回答
  • 消灭零回复
提交回复
热议问题