seninel部署
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

README.md 514B

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.