com.github.ltsopensource.spring.boot
Class JobTrackerAutoConfiguration

java.lang.Object
  extended by com.github.ltsopensource.spring.boot.AbstractAutoConfiguration
      extended by com.github.ltsopensource.spring.boot.JobTrackerAutoConfiguration
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

@Configuration
@ConditionalOnBean(annotation=EnableJobTracker.class)
@EnableConfigurationProperties(value=JobTrackerProperties.class)
public class JobTrackerAutoConfiguration
extends AbstractAutoConfiguration

Author:
Robert HG (254963746@qq.com) on 4/9/16.

Constructor Summary
JobTrackerAutoConfiguration()
           
 
Method Summary
 
Methods inherited from class com.github.ltsopensource.spring.boot.AbstractAutoConfiguration
afterPropertiesSet, destroy, setApplicationContext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobTrackerAutoConfiguration

public JobTrackerAutoConfiguration()


Copyright © 2017. All rights reserved.