mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 17:08:29 +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/*
|
||||||
/.settings
|
/.settings
|
||||||
|
|
||||||
*/org/apache/mybatis/jpa/*
|
*/org/apache/mybatis/jpa/*
|
||||||
|
|
||||||
*/build/*
|
*/build/*
|
||||||
|
|||||||
@ -18,8 +18,8 @@ import freemarker.template.Configuration;
|
|||||||
import freemarker.template.TemplateException;
|
import freemarker.template.TemplateException;
|
||||||
|
|
||||||
@Component
|
@Component
|
||||||
public class MaxKeyFreeMarkerConfigurer implements ApplicationContextAware {
|
public class FreeMarkerConfigurer implements ApplicationContextAware {
|
||||||
private static final Logger _logger = LoggerFactory.getLogger(MaxKeyFreeMarkerConfigurer.class);
|
private static final Logger _logger = LoggerFactory.getLogger(FreeMarkerConfigurer.class);
|
||||||
ApplicationContext applicationContext ;
|
ApplicationContext applicationContext ;
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
Loading…
x
Reference in New Issue
Block a user