一、工具类中使用bean
IService service = (IService)ContextLoader.getCurrentWebApplicationContext().getBean(serviceBeanName);
2022-08-09 07:34:10
一、工具类中使用bean
IService service = (IService)ContextLoader.getCurrentWebApplicationContext().getBean(serviceBeanName);