All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.ltsopensource.spring.boot.properties.JobTrackerProperties Maven / Gradle / Ivy

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.jobtracker")
public class JobTrackerProperties extends com.github.ltsopensource.core.properties.JobTrackerProperties {

    /**
     * 监听端口
     */
    private Integer listenPort;

    public Integer getListenPort() {
        return listenPort;
    }

    public void setListenPort(Integer listenPort) {
        this.listenPort = listenPort;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy