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

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

There is a newer version: 0.1.0
Show 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 - 2025 Weber Informatics LLC | Privacy Policy