程序包 com.alibaba.csp.sentinel.adapter.spring.webmvc
package com.alibaba.csp.sentinel.adapter.spring.webmvc
-
类类说明Since request may be reprocessed in flow if any forwarding or including or other action happened (see
ServletRequest.getDispatcherType()) we will only deal with the initial request.Spring Web MVC interceptor that integrates with Sentinel.The web interceptor for all requests, which will unify all URL as a single resource name (configured inSentinelWebMvcTotalConfig).