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

com.gccloud.starter.common.module.secure.SentinelBeanConfig Maven / Gradle / Ivy

package com.gccloud.starter.common.module.secure;

import com.alibaba.csp.sentinel.annotation.aspectj.SentinelResourceAspect;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;

/**
 * @author liuchengbiao
 * @date 2021/9/26 10:14 上午
 */
@Configuration
public class SentinelBeanConfig {

    @Bean
    public SentinelResourceAspect sentinelResourceAspect() {
        return new SentinelResourceAspect();
    }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy