如题,IDEA导入jfinal-club,在_Generator中执行PathKit.getWebRootPath(),得到的结果似乎是项目的compiler output path:
System.out.println("getWebRootPath:"+ PathKit.getWebRootPath()); // 得到: getWebRootPath:D:\javaProjects\idea\crm\main\out
而在JFinalClubConfig的onStart中测试,得到如下结果:
System.out.println("getWebRootPath:"+ PathKit.getWebRootPath()); // 得到: getWebRootPath:D:\javaProjects\idea\crm\main\src\main\webapp
修改project structure也没发现问题,而另一个项目则没问题。是Maven项目导入的问题吗?
项目:JFinal
第二个是因为 jfinal-undertow中找到文件夹并且注入的值了