package test; import org.springframework.beans.factory.annotation.Configurable; @Configurable("testBean") public class TestBean { private TestService testService; public TestService getTestService() { return testService; } public void setTestService(TestService testService) { ...
quaff
搜索本博客
博客分类
最近加入圈子
存档
最新评论
评论排行榜