Browse Source

打包模板

zhangheng 3 years ago
parent
commit
d31359f5b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/src/main/java/edp/davinci/core/config/ThymeleafConfig.java

+ 1 - 1
server/src/main/java/edp/davinci/core/config/ThymeleafConfig.java

@@ -52,7 +52,7 @@ public class ThymeleafConfig {
         } catch (FileNotFoundException e) {
             e.printStackTrace();
         }
-        System.out.println(">>>>>" + path);
+        System.out.println(">>>>>>>>>>>>>>>" + path+">>>>>>>>>>>>>>>");
         FileTemplateResolver resolver = new FileTemplateResolver();
         resolver.setPrefix("./templates/");
         resolver.setSuffix(".html");