com.github.ltsopensource.spring.boot
Class TaskTrackerAutoConfiguration

java.lang.Object
  extended by com.github.ltsopensource.spring.boot.AbstractAutoConfiguration
      extended by com.github.ltsopensource.spring.boot.TaskTrackerAutoConfiguration
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=EnableTaskTracker.class)
@EnableConfigurationProperties(value=TaskTrackerProperties.class)
public class TaskTrackerAutoConfiguration
extends AbstractAutoConfiguration

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

Constructor Summary
TaskTrackerAutoConfiguration()
           
 
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

TaskTrackerAutoConfiguration

public TaskTrackerAutoConfiguration()


Copyright © 2017. All rights reserved.