#move ObjectMapperFactory.java
This commit is contained in:
3
.idea/misc.xml
generated
3
.idea/misc.xml
generated
@@ -1,6 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectRootManager" version="2" project-jdk-name="17" project-jdk-type="JavaSDK">
|
||||
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="17" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/out" />
|
||||
</component>
|
||||
</project>
|
||||
@@ -1,4 +1,4 @@
|
||||
package {{ .package }}.common.utils;
|
||||
package {{ .package }}.common.response;
|
||||
|
||||
import {{ .package }}.common.response.MyDateFormat;
|
||||
import com.fasterxml.jackson.core.JsonParser.Feature;
|
||||
@@ -1,6 +1,6 @@
|
||||
package {{ .package }}.common.response;
|
||||
|
||||
import {{ .package }}.common.utils.ObjectMapperFactory;
|
||||
import {{ .package }}.common.response.ObjectMapperFactory;
|
||||
import com.vs.ex.BizException;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package {{ .package }}.common.response;
|
||||
|
||||
import {{ .package }}.common.utils.ObjectMapperFactory;
|
||||
import {{ .package }}.common.response.ObjectMapperFactory;
|
||||
import org.springframework.beans.factory.InitializingBean;
|
||||
import org.springframework.core.MethodParameter;
|
||||
import org.springframework.http.MediaType;
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
> 本模块存放公共工具类
|
||||
``` \-- *Util.java
|
||||
```
|
||||
Reference in New Issue
Block a user