我有一个spring引导服务,它需要在不同的rest路由中验证多部分最大文件大小,例如,所有v1路由为5MB,v2为10 5MB。e.g: api/v1/route1 -> max file upload size is 5MB
api/v2/route2 -> max file upload size is 10MBapi/v2/route3 -> max fil
我创建了http拦截器类,用于将头添加到rest中,并且http拦截器类运行良好,但是当我将离子存储与http拦截器合并时,会出现一些问题,我知道存储是async.so,http拦截器不会从存储中获得值我的应用程序流成这样-> 2:check the mobile number in the database 4:ver