KKSU
2024-05-11 9af9ab4d7a638687024437a9e1d1e742fe1b4bb2
src/main/java/cc/mrbird/febs/common/handler/GlobalExceptionHandler.java
@@ -1,6 +1,5 @@
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;
@@ -32,7 +31,7 @@
 * @author MrBird
 */
@Slf4j
@EncryptEnable
//@EncryptEnable
@RestControllerAdvice
@Order(value = Ordered.HIGHEST_PRECEDENCE)
public class GlobalExceptionHandler {