fix
Helius
2022-09-15 bddd28361d6d9aa05f316c7b25571b84474e7b54
src/main/java/cc/mrbird/febs/common/handler/GlobalExceptionHandler.java
@@ -1,5 +1,6 @@
package cc.mrbird.febs.common.handler;
import cc.mrbird.febs.common.annotation.EncryptEnable;
import cc.mrbird.febs.common.configure.i18n.MessageSourceUtils;
import cc.mrbird.febs.common.entity.FebsResponse;
import cc.mrbird.febs.common.exception.FebsException;
@@ -31,6 +32,7 @@
 * @author MrBird
 */
@Slf4j
@EncryptEnable
@RestControllerAdvice
@Order(value = Ordered.HIGHEST_PRECEDENCE)
public class GlobalExceptionHandler {