io.github.slyang.cloud.SpringCloudApplication Maven / Gradle / Ivy
The newest version!
package io.github.slyang.cloud;
import java.lang.annotation.*;
/**
* Description: 【服务发现 ,服务熔断 】
* Created by slyang
* Copyright (c) 2020, All Rights Reserved.
*/
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
@org.springframework.cloud.client.SpringCloudApplication
public @interface SpringCloudApplication {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy