mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
2.5.8
This commit is contained in:
@@ -31,7 +31,9 @@ public class ApiMappingHandlerMapping extends RequestMappingHandlerMapping imple
|
||||
if (apiMapping != null || apiAbility != null) {
|
||||
valueResolver = isMvc ? stringValueResolverMVC : stringValueResolver;
|
||||
}
|
||||
if (valueResolver != null) {
|
||||
this.setEmbeddedValueResolver(valueResolver);
|
||||
}
|
||||
return super.getMappingForMethod(method, handlerType);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user