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

org.zodiac.autoconfigure.launcher.ServerConfigProperties Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version
package org.zodiac.autoconfigure.launcher;

import org.springframework.beans.factory.SmartInitializingSingleton;
import org.zodiac.core.launcher.ServerConfigInfo;

public class ServerConfigProperties extends ServerConfigInfo implements SmartInitializingSingleton {

    public ServerConfigProperties(Integer port) {
        super(port);
    }

    @Override
    public void afterSingletonsInstantiated() {
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy