src/main/java/com/xcong/farmer/cms/core/template/Configuration.java
@@ -20,6 +20,7 @@ Configuration.templatePath = templatePath; Configuration.outputPath = outputPath; Configuration.BASE_URL = baseUrl; Configuration.STATIC_URL = staticUrl; } public static Map<String, String> templateCode = new HashMap<>();