com.github.ltsopensource.spring.boot.properties.JobClientProperties 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.jobclient")
public class JobClientProperties extends com.github.ltsopensource.core.properties.JobClientProperties {
}