类 GatewayApiEncryptAutoConfiguration


  • @ConditionalOnProperty(name="spring.cloud.gateway.api-encrypt.enabled",
                           matchIfMissing=true)
    @EnableConfigurationProperties(GatewayApiEncryptProperty.class)
    public class GatewayApiEncryptAutoConfiguration
    extends Object
    API加密网关自动配置
    作者:
    gyf
    skip date tag
    2024/06/07 15:33
    • 构造器详细资料

      • GatewayApiEncryptAutoConfiguration

        public GatewayApiEncryptAutoConfiguration​(org.springframework.beans.factory.ObjectProvider<List<org.springframework.web.reactive.result.view.ViewResolver>> viewResolversProvider,
                                                  org.springframework.http.codec.ServerCodecConfigurer serverCodecConfigurer)