所有程序包的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • com.mbap.gateway.filter.AuthGlobalFilter (implements org.springframework.cloud.gateway.filter.GlobalFilter, org.springframework.core.Ordered)
    • com.mbap.gateway.component.AuthorizationManager (implements org.springframework.security.authorization.ReactiveAuthorizationManager<T>)
    • com.mbap.gateway.filter.CorsResponseHeaderFilter (implements org.springframework.cloud.gateway.filter.GlobalFilter, org.springframework.core.Ordered)
    • com.mbap.gateway.filter.IgnoreUrlsRemoveJwtFilter