Eric Zhao c92fea5d46 Welcome to the world, Sentinel | 6 vuotta sitten | |
---|---|---|
.. | ||
src | 6 vuotta sitten | |
README.md | 6 vuotta sitten | |
pom.xml | 6 vuotta sitten |
Sentinel Spring Boot Starter provides out-of-box integration with Spring Boot applications (e.g. web applications, Dubbo services).
Web servlet integration is enabled by default. You need to configure URL patterns in your config file (e.g. properties file):
spring.sentinel.servletFilter.urlPatterns=/*
By default the URL pattern is /*
.
Dubbo integration is enabled by default. You need to disable the filters manually if you don’t want them.