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

com.mountain.framework.config.SentinelAspectConfiguration Maven / Gradle / Ivy

package com.mountain.framework.config;

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy