com.wl4g.infra.integration.feign.istio.constant.IstioFeignConstant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infra-integration-feign-istio Show documentation
Show all versions of infra-integration-feign-istio Show documentation
Infra Component Integration with based on SpringBoot + Feign Istio.
The newest version!
/*
* Copyright (C) 2017 ~ 2025 the original author or authors.
* Technology CO.LTD.
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Reference to website: https://wl4g.github.io
*/
package com.wl4g.infra.integration.feign.istio.constant;
import com.wl4g.infra.integration.feign.core.constant.FeignConsumerConstant;
/**
* {@link IstioFeignConstant}
*
* @author James Wong <[email protected]>
* @version v1.0 2021-01-14
* @since v2.0
* @see https://github.com/wl4g-k8s/spring-cloud-kubernetes-with-istio
*/
public abstract class IstioFeignConstant extends FeignConsumerConstant {
public static final String CONFIG_PREFIX_FEIGN_ISTIO = CONF_PREFIX_INFRA_FEIGN + ".istio";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy