MemberExceptionAdvice
package com.seemygo.shop.cloud.web.advice; import org.springframework.web.bind.annotation.RestControllerAdvice; /** * @author Leon */ @RestControllerAdvice public class MemberExceptionAdvice extends CommonExceptionAdvice { }
package com.seemygo.shop.cloud.web.advice; import org.springframework.web.bind.annotation.RestControllerAdvice; /** * @author Leon */ @RestControllerAdvice public class MemberExceptionAdvice extends CommonExceptionAdvice { }