Class SnapSchedulerConfig


  • @Configuration
    @EnableAsync
    @ComponentScan("io.opensw.scheduler")
    public class SnapSchedulerConfig
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.sql.DataSource snapDataSource()
      Bean to specific datasource
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SnapSchedulerConfig

        public SnapSchedulerConfig()
    • Method Detail

      • snapDataSource

        @Bean(name="snapDataSource")
        public javax.sql.DataSource snapDataSource()
        Bean to specific datasource
        Returns:
        datasource