package com.trs.gb.config;import org.springframework.context.annotation.Bean;import org.springframework.context.annotation.Configuration;...
Category : code
Java自定义错误
@ControllerAdvicepublic class CustomHandle {@ResponseBody@ExceptionHandler(MethodArgumentNotValidException.class)public String methodArgu...