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

org.zodiac.autoconfigure.bootstrap.breaker.routing.InternalAppRoutingProperties Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version
package org.zodiac.autoconfigure.bootstrap.breaker.routing;

import org.springframework.boot.context.properties.ConfigurationProperties;
import org.zodiac.commons.constants.SystemPropertiesConstants;
import org.zodiac.core.bootstrap.breaker.routing.service.InternalAppRoutingInfo;

@ConfigurationProperties(prefix = SystemPropertiesConstants.Zodiac.SPRING_BOOTSTRAP_BREAKER_ROUTING_INTERNAL_PREFIX)
public class InternalAppRoutingProperties extends InternalAppRoutingInfo {

    public InternalAppRoutingProperties() {
        super();
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy