Controller Advices
@ControllerAdvice
public final class GlobalControllerConfig@ControllerAdvice(assignableTypes = { EmployeeController.class })
@Order(Ordered.HIGHEST_PRECEDENCE)
public class EmployeeControllerConfigTesting
getMockMvcBuilder().setControllerAdvice(new EmployeeControllerConfig())Last updated