Sentinel/sentinel-adapter/sentinel-spring-boot-starter
Eric Zhao 934816b9ab Bump version to 0.1.1-SNAPSHOT
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2018-07-27 16:47:14 +08:00
..
src Welcome to the world, Sentinel 2018-07-27 16:34:30 +08:00
README.md Welcome to the world, Sentinel 2018-07-27 16:34:30 +08:00
pom.xml Bump version to 0.1.1-SNAPSHOT 2018-07-27 16:47:14 +08:00

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.