我要求
if(condition.equals("first")){
//here want to inject First bean object at run time
} else if(condition.equals("second"){
//here want to inject Second bean object
}
基于条件的明智想要在运行时注入特定的bean 有可能在春季MVC 4.1? 如果可能请帮助我
thanks for u response
答案 0 :(得分:0)
非常感谢你的回复..
我可以使用@Autowired代替@Response,因为我在ReportFactory中注入了spring bean
例: @Autowired private ExcelReport excelReport;