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

io.github.opensabre.rpc.sentinel.config.OpensabreSentinelConfig Maven / Gradle / Ivy

The newest version!
package io.github.opensabre.rpc.sentinel.config;

import io.github.opensabre.rpc.sentinel.exception.SentinelExceptionHandlerAdvice;
import org.springframework.boot.autoconfigure.AutoConfiguration;
import org.springframework.context.annotation.Import;

@AutoConfiguration
@Import({SentinelExceptionHandlerAdvice.class})
public class OpensabreSentinelConfig {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy