seninel部署
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718
  1. # Sentinel Spring Boot Starter
  2. Sentinel Spring Boot Starter provides out-of-box integration with Spring Boot applications
  3. (e.g. web applications, Dubbo services).
  4. ## Web Servlet
  5. Web servlet integration is enabled by default. You need to configure URL patterns in your config file (e.g. properties file):
  6. ```
  7. spring.sentinel.servletFilter.urlPatterns=/*
  8. ```
  9. By default the URL pattern is `/*`.
  10. ## Dubbo
  11. Dubbo integration is enabled by default. You need to disable the filters manually if you don't want them.