如下方式设置了classpath
PathKit.setRootClassPath(System.getProperty("user.dir")+File.separator+"config");
为什么使用PropKit时还是报错:Properties file not found in classpath: api.properties
使用PathKit.getRootClassPath()取出来的路径下面我已经放了配置文件了。
PropKit.use("api.properties")
PropKit.use不管你怎么设置,都是从classpath读取吗?
项目:JFinal