|
@@ -5,7 +5,7 @@ import org.springframework.stereotype.Component;
|
|
|
import org.springframework.web.bind.annotation.RestControllerAdvice;
|
|
|
|
|
|
@Component
|
|
|
-@RestControllerAdvice(basePackages = {"com.aizuda.boot.*.controller"})
|
|
|
+@RestControllerAdvice(basePackages = {"com.aizuda.boot"})
|
|
|
public class BootResponseBodyAdvice extends ApiResponseBodyAdvice {
|
|
|
|
|
|
}
|