@JFinal 我将jfinal_demo_for_maven导入idea,运行报错 File not found : C:\Users\Administrator\Desktop\jfinal_demo_for_maven/common/_layout.html,然后在DemoConfig的configEngine的方法加上了 me.setBaseTemplatePath("webapp"); me.setToClassPathSourceFactory(); 但是又报错:File not found : "webapp/common/_layout.html",该怎么解决呢?
me.setBaseTemplatePath("webapp");
me.setToClassPathSourceFactory();
这个应该是你没仔细看