MemberExceptionAdvice

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

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

/**
 * @author Leon
 */
@RestControllerAdvice
public class MemberExceptionAdvice extends CommonExceptionAdvice {
}

 

posted @ 2021-12-10 15:31  白芷100  阅读(20)  评论(0)    收藏  举报