Class WrapperConfiguration

java.lang.Object
org.miaixz.bus.starter.wrapper.WrapperConfiguration
All Implemented Interfaces:
org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations

@EnableConfigurationProperties(WrapperProperties.class) public class WrapperConfiguration extends Object implements org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
Xss/重复读取等WEB封装配置
Since:
Java 17+
Author:
Kimi Liu
  • Constructor Details

    • WrapperConfiguration

      public WrapperConfiguration()
  • Method Details

    • getRequestMappingHandlerMapping

      public org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping getRequestMappingHandlerMapping()
      Specified by:
      getRequestMappingHandlerMapping in interface org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
    • registrationBodyCacheFilter

      @Bean("registrationBodyCacheFilter") public org.springframework.boot.web.servlet.FilterRegistrationBean registrationBodyCacheFilter()
    • supportWebMvcConfigurer

      @Bean("supportWebMvcConfigurer") public org.springframework.web.servlet.config.annotation.WebMvcConfigurer supportWebMvcConfigurer()