java web项目中,文件位置_百度知道
最佳答案: public static void main(String[] args) throws Exception {Properties enProp = new Properties(); FileInputStream fis1 = new FileInputStream(...更多关于如图,java web项目中 config.properties文件为什么不放在config文件夹中?的问题>>
JAVA的config.properties 放在WEB项目什么地方?到底怎么读取?
[专业]答案:JSP的应用吧?!把config.properties放到WEB-INF\classes下,然后JAVA程序中用“/config.properties”。如下:p.load(getClass().getResourceAsStream("/...更多关于如图,java web项目中 config.properties文件为什么不放在config文件夹中?的问题>>