service引用
已引用 attachmentManager 为例
ApplicationContext applicationContext = WebApplicationContextUtils.getWebApplicationContext(this.getServletContext()); AttachmentManager attachmentManager = (AttachmentManager)applicationContext.getBean("attachmentManager");