摘要: 一、例子 A.java public class A { @Autowired private B b; public void dothing(){ b.dothing(); } } B.java public class B { public void dothing(){ System.out 阅读全文
posted @ 2022-10-06 20:31 shigp1 阅读(118) 评论(0) 推荐(0)