update demo

This commit is contained in:
weihu 2023-08-16 09:56:49 +08:00
parent 3c3ee72b44
commit 0c66ff8524
1 changed files with 1 additions and 3 deletions

View File

@ -21,9 +21,7 @@ import org.springframework.web.method.support.HandlerMethodReturnValueHandler;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
/**
* @author XiaoLei
* @date 2021/1/25 22:38
* @description spring boot 所有的设置主要是用于设置全局的中间件
* spring boot 所有的设置主要是用于设置全局的中间件
*/
@Order(Ordered.HIGHEST_PRECEDENCE)
@Configuration(proxyBeanMethods = false)