mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 20:50:14 +08:00
fix
This commit is contained in:
@@ -18,8 +18,8 @@ import freemarker.template.Configuration;
|
||||
import freemarker.template.TemplateException;
|
||||
|
||||
@Component
|
||||
public class FreeMarkerConfigurer implements ApplicationContextAware {
|
||||
private static final Logger _logger = LoggerFactory.getLogger(FreeMarkerConfigurer.class);
|
||||
public class ConfigurerFreeMarker implements ApplicationContextAware {
|
||||
private static final Logger _logger = LoggerFactory.getLogger(ConfigurerFreeMarker.class);
|
||||
ApplicationContext applicationContext ;
|
||||
|
||||
@Autowired
|
||||
Reference in New Issue
Block a user