web拦截器相关逻辑调整

This commit is contained in:
aoshiguchen
2022-07-27 19:23:59 +08:00
parent 6f3fff0666
commit eb3617181e
11 changed files with 35 additions and 22 deletions
@@ -25,7 +25,7 @@ import fun.asgc.neutrino.core.annotation.Autowired;
import fun.asgc.neutrino.core.web.annotation.GetMapping;
import fun.asgc.neutrino.core.web.annotation.RequestMapping;
import fun.asgc.neutrino.core.web.annotation.RestController;
import fun.asgc.neutrino.core.web.param.HttpContextHolder;
import fun.asgc.neutrino.core.web.context.HttpContextHolder;
import fun.asgc.neutrino.proxy.server.service.Test1Service;
/**