From 391876e0d9d92a6571c193966e2fe32fa458665f Mon Sep 17 00:00:00 2001 From: wangbing Date: Sat, 16 Mar 2019 00:15:43 +0800 Subject: [PATCH] Android --- .../modules/SpringBoot/java/framework/config/WebMvcConfig.java | 2 +- .../java/framework/freemarker/ViewNameTranslator.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/modules/SpringBoot/java/framework/config/WebMvcConfig.java b/src/main/resources/modules/SpringBoot/java/framework/config/WebMvcConfig.java index 0e67c5dc..0ecdb1e5 100644 --- a/src/main/resources/modules/SpringBoot/java/framework/config/WebMvcConfig.java +++ b/src/main/resources/modules/SpringBoot/java/framework/config/WebMvcConfig.java @@ -22,7 +22,7 @@ import org.springframework.http.converter.json.MappingJackson2HttpMessageConvert import org.springframework.web.servlet.config.annotation.InterceptorRegistry; import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry; import org.springframework.web.servlet.config.annotation.WebMvcConfigurer; -import xyz.wbsite.framework.springmvc.GlobalHandlerInterceptor; +import ${basePackage}.framework.springmvc.GlobalHandlerInterceptor; import java.io.File; import java.io.FileOutputStream; diff --git a/src/main/resources/modules/SpringBoot/java/framework/freemarker/ViewNameTranslator.java b/src/main/resources/modules/SpringBoot/java/framework/freemarker/ViewNameTranslator.java index 00d35e28..f1d2e751 100644 --- a/src/main/resources/modules/SpringBoot/java/framework/freemarker/ViewNameTranslator.java +++ b/src/main/resources/modules/SpringBoot/java/framework/freemarker/ViewNameTranslator.java @@ -1,7 +1,7 @@ package ${basePackage}.framework.freemarker; import org.springframework.http.HttpStatus; -import xyz.wbsite.framework.utils.LocalData; +import ${basePackage}.framework.utils.LocalData; import ${basePackage}.framework.utils.LogUtil; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Value;