GoodsExceptionAdvice

package com.seemygo.shop.cloud.web.advice;

import com.seemygo.shop.cloud.web.advice.CommonExceptionAdvice;
import org.springframework.web.bind.annotation.RestControllerAdvice;

@RestControllerAdvice
public class GoodsExceptionAdvice extends CommonExceptionAdvice {

}

 

posted @ 2021-12-07 20:55  白芷100  阅读(13)  评论(0)    收藏  举报