com.nepxion.discovery.plugin.strategy.sentinel.local.loader.SentinelLocalRuleLoader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of discovery-plugin-strategy-sentinel-starter-local Show documentation
Show all versions of discovery-plugin-strategy-sentinel-starter-local Show documentation
Nepxion Discovery is an enhancement for Spring Cloud Discovery
package com.nepxion.discovery.plugin.strategy.sentinel.local.loader;
/**
* Title: Nepxion Discovery
* Description: Nepxion Discovery
* Copyright: Copyright (c) 2017-2050
* Company: Nepxion
* @author Weihua Wang
* @author Haojun Ren
* @version 1.0
*/
import com.nepxion.discovery.plugin.strategy.sentinel.loader.SentinelFileRuleLoader;
public class SentinelLocalRuleLoader extends SentinelFileRuleLoader {
}