jfinal 3.5 jfinal_demo_for_maven 启动问题

@jfinal 

波总,我刚下载了首页demo,按照说明文档部署,用maven 编译生成jar包在target目录中是可以执行成功的。

但是将jar包换个位置,再用java -jar执行就报错,错误提示如下,不知道怎么处理。

微信截图_20181212175713.png

评论区

JFinal

2018-12-13 21:56

文档中还说明了:
me.setBaseTemplatePath("webapp");
me.setToClassPathSourceFactory();

这个应该是你没仔细看

xforgchen

2018-12-14 16:29

@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",该怎么解决呢?

JFinal

2018-12-14 16:44

@xforgchen 注意区分常规打包与 打成 fatjar 包,里面有详细的文档说明

xforgchen

2018-12-14 16:51

@JFinal 我直接debug as application的,我刚重新试了下,好像导入为module就会有这个问题,要作为一个project才行

JFinal

2018-12-14 17:11

@xforgchen 如果你是 module 的存在, 参考这个: http://www.jfinal.com/share/1285

热门反馈

扫码入社