com.github.ltsopensource.spring.boot.properties.TaskTrackerProperties Maven / Gradle / Ivy
The newest version!
package com.github.ltsopensource.spring.boot.properties;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
* @author Robert HG ([email protected]) on 4/9/16.
*/
@ConfigurationProperties(prefix = "lts.tasktracker")
public class TaskTrackerProperties extends com.github.ltsopensource.core.properties.TaskTrackerProperties {
}