}
@Bean
public SparklrRedirectController sparklrRedirectController(@Qualifier("sparklrRedirectService")
SparklrService sparklrService) {
SparklrRedirectController controller = new SparklrRedirectController();
controller.setSparklrService(sparklrService);
return controller;
}