seninel部署
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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.