首页 > 代码库 > service引用

service引用

已引用 attachmentManager 为例

ApplicationContext applicationContext = WebApplicationContextUtils.getWebApplicationContext(this.getServletContext());        AttachmentManager attachmentManager = (AttachmentManager)applicationContext.getBean("attachmentManager");