我项目根目录是D:\workspace\axinfu\epay\epay-parent\epay-update
为什么PathKit.getWebRootPath()获取到的是根目录,而不是D:\workspace\axinfu\epay\epay-parent\epay-update\src\main\webapp,造成
render("/index.html");
或
redirect("/index.html");
都报错,找不到路径:
java.lang.RuntimeException: File not found : D:/workspace/axinfu/epay/epay-parent/epay-update/index.html
其实在
D:/workspace/axinfu/epay/epay-parent/epay-update/src/main/webapp/index.html
在idea下有问题,但是打成jar包启动,路径又是对的。