📜  spring boot 异常处理 - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:52.703000             🧑  作者: Mango

代码示例1
package com.tutorialspoint.demo.exception;

import org.springframework.web.bind.annotation.ControllerAdvice;

@ControllerAdvice
   public class ProductExceptionController {
}