forked from github/dataease
fix: 包名称
This commit is contained in:
parent
15e3fc0c54
commit
ce527d0058
@ -16,7 +16,7 @@ import org.springframework.web.servlet.mvc.method.annotation.ResponseBodyAdvice;
|
||||
/**
|
||||
* 统一处理返回结果集
|
||||
*/
|
||||
@RestControllerAdvice(value = {"io.metersphere"})
|
||||
@RestControllerAdvice(value = {"io.dataease"})
|
||||
public class ResultResponseBodyAdvice implements ResponseBodyAdvice<Object> {
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user