seninel部署
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

514B

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.