重构包名,解决JacksonAutoConfiguration被spring boot默认JacksonAutoConfiguration配置覆盖的问题
Sync All Branches to GitHub / sync (push) Successful in 2s

This commit is contained in:
2026-01-16 09:40:16 +08:00
parent 3cba48728d
commit e79df6fc1f
39 changed files with 84 additions and 82 deletions
@@ -1,4 +1,4 @@
package com.jy.framework.common.constant;
package top.crushtj.framework.common.constant;
import java.time.format.DateTimeFormatter;
@@ -1,4 +1,4 @@
package com.jy.framework.common.exception;
package top.crushtj.framework.common.exception;
import lombok.Getter;
import lombok.Setter;
@@ -1,12 +1,12 @@
package com.jy.framework.common.response;
package top.crushtj.framework.common.response;
import java.io.Serial;
import java.io.Serializable;
import java.time.LocalDateTime;
import lombok.Data;
import com.jy.framework.common.exception.BaseExceptionInterface;
import com.jy.framework.common.exception.BizException;
import top.crushtj.framework.common.exception.BaseExceptionInterface;
import top.crushtj.framework.common.exception.BizException;
/**
*
@@ -1,4 +1,4 @@
package com.jy.framework.common.utils;
package top.crushtj.framework.common.utils;
import com.fasterxml.jackson.databind.DeserializationFeature;
import com.fasterxml.jackson.databind.ObjectMapper;
@@ -1,4 +1,4 @@
package com.jy.framework.common.utils;
package top.crushtj.framework.common.utils;
import java.lang.management.ManagementFactory;
import java.net.InetAddress;