master
wangbing 6 years ago
parent 36f0242404
commit 391876e0d9

@ -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.InterceptorRegistry;
import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry; import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer; 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.File;
import java.io.FileOutputStream; import java.io.FileOutputStream;

@ -1,7 +1,7 @@
package ${basePackage}.framework.freemarker; package ${basePackage}.framework.freemarker;
import org.springframework.http.HttpStatus; import org.springframework.http.HttpStatus;
import xyz.wbsite.framework.utils.LocalData; import ${basePackage}.framework.utils.LocalData;
import ${basePackage}.framework.utils.LogUtil; import ${basePackage}.framework.utils.LogUtil;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value; import org.springframework.beans.factory.annotation.Value;

Loading…
Cancel
Save

Powered by TurnKey Linux.