mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 01:18:27 +08:00
rename
This commit is contained in:
parent
6bc09f4d52
commit
731c3b081a
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,7 +17,6 @@ bin/*
|
||||
|
||||
*/.settings/*
|
||||
/.settings
|
||||
|
||||
*/org/apache/mybatis/jpa/*
|
||||
|
||||
*/build/*
|
||||
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user