📅  最后修改于: 2022-03-11 14:56:52.703000             🧑  作者: Mango
package com.tutorialspoint.demo.exception;
import org.springframework.web.bind.annotation.ControllerAdvice;
@ControllerAdvice
public class ProductExceptionController {
}