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.

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.