Spring AOPed target class not injecting mocks

后端 未结 0 1331
走了就别回头了
走了就别回头了 2021-02-02 16:23

I have class A having structure:

@Service
Class A implements AInterface {

  private final C c;
  String test(String b) {
   }
}

Structure of cla

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