This commit is contained in:
shimingxy 2020-03-24 18:08:48 +08:00
parent 6bc09f4d52
commit 731c3b081a
2 changed files with 2 additions and 3 deletions

1
.gitignore vendored
View File

@ -17,7 +17,6 @@ bin/*
*/.settings/*
/.settings
*/org/apache/mybatis/jpa/*
*/build/*

View File

@ -18,8 +18,8 @@ import freemarker.template.Configuration;
import freemarker.template.TemplateException;
@Component
public class MaxKeyFreeMarkerConfigurer implements ApplicationContextAware {
private static final Logger _logger = LoggerFactory.getLogger(MaxKeyFreeMarkerConfigurer.class);
public class FreeMarkerConfigurer implements ApplicationContextAware {
private static final Logger _logger = LoggerFactory.getLogger(FreeMarkerConfigurer.class);
ApplicationContext applicationContext ;
@Autowired