seninel部署
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Eric Zhao 934816b9ab Bump version to 0.1.1-SNAPSHOT пре 6 година
..
src Welcome to the world, Sentinel пре 6 година
README.md Welcome to the world, Sentinel пре 6 година
pom.xml Bump version to 0.1.1-SNAPSHOT пре 6 година

README.md

Sentinel Spring Boot Starter

Sentinel Spring Boot Starter provides out-of-box integration with Spring Boot applications (e.g. web applications, Dubbo services).

Web Servlet

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

Dubbo integration is enabled by default. You need to disable the filters manually if you don’t want them.