Subversion Repositories SmartDukaan

Rev

Rev 32483 | Rev 32608 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32483 Rev 32607
Line 47... Line 47...
47
import com.spice.profitmandi.dao.util.ContentPojoPopulator;
47
import com.spice.profitmandi.dao.util.ContentPojoPopulator;
48
import com.spice.profitmandi.service.integrations.samsung.upgradeoffer.UpgradeOfferService;
48
import com.spice.profitmandi.service.integrations.samsung.upgradeoffer.UpgradeOfferService;
49
 
49
 
50
@SpringBootApplication
50
@SpringBootApplication
51
//@EnableCaching
51
//@EnableCaching
52
@EnableScheduling
52
//@EnableScheduling
53
@ComponentScan("com.smartdukaan.cron.*, com.spice.profitmandi.common.*")
53
@ComponentScan("com.smartdukaan.cron.*, com.spice.profitmandi.common.*")
54
public class Application implements ApplicationRunner {
54
public class Application implements ApplicationRunner {
55
 
55
 
56
    private static final Logger LOGGER = LogManager.getLogger(Application.class);
56
    private static final Logger LOGGER = LogManager.getLogger(Application.class);
57
 
57