com.nepxion.discovery.plugin.admincenter.constant.AdminConstant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of discovery-plugin-admin-center-starter Show documentation
Show all versions of discovery-plugin-admin-center-starter Show documentation
Nepxion Discovery is a solution for Spring Cloud with blue green, gray, weight, limitation, circuit breaker, degrade, isolation, monitor, tracing, dye, failover, async agent
The newest version!
package com.nepxion.discovery.plugin.admincenter.constant;
/**
* Title: Nepxion Discovery
* Description: Nepxion Discovery
* Copyright: Copyright (c) 2017-2050
* Company: Nepxion
* @author Haojun Ren
* @version 1.0
*/
public class AdminConstant {
public static final String SPRING_APPLICATION_ADMIN_SERVICE_ENDPOINT_ENABLED = "spring.application.admin.service.endpoint.enabled";
public static final String SPRING_APPLICATION_ADMIN_CONFIG_ENDPOINT_ENABLED = "spring.application.admin.config.endpoint.enabled";
public static final String SPRING_APPLICATION_ADMIN_VERSION_ENDPOINT_ENABLED = "spring.application.admin.version.endpoint.enabled";
public static final String SPRING_APPLICATION_ADMIN_INSPECTOR_ENDPOINT_ENABLED = "spring.application.admin.inspector.endpoint.enabled";
public static final String SPRING_APPLICATION_ADMIN_ROUTER_ENDPOINT_ENABLED = "spring.application.admin.router.endpoint.enabled";
public static final String SPRING_APPLICATION_ADMIN_STRATEGY_ENDPOINT_ENABLED = "spring.application.admin.strategy.endpoint.enabled";
public static final String SPRING_APPLICATION_ADMIN_SENTINEL_ENDPOINT_ENABLED = "spring.application.admin.sentinel.endpoint.enabled";
public static final String SPRING_APPLICATION_ADMIN_GIT_ENDPOINT_ENABLED = "spring.application.admin.git.endpoint.enabled";
public static final String SPRING_APPLICATION_ADMIN_GATEWAY_ENDPOINT_ENABLED = "spring.application.admin.gateway.endpoint.enabled";
public static final String SPRING_APPLICATION_ADMIN_ZUUL_ENDPOINT_ENABLED = "spring.application.admin.zuul.endpoint.enabled";
public static final String SPRING_APPLICATION_ADMIN_STRATEGY_ENDPOINT_VALIDATE_EXPRESSION_ENABLED = "spring.application.admin.strategy.endpoint.validate-expression.enabled";
}