一、项目结构:
二、配置文件内容:
三、test.jsp代码:
四、运行效果:
总结:
1、JSP加载 properties 文件并获得输入流,是通过request.getSession().getServletContext().getResourceAsStream(filePath)
2、若 properties 文件不在项目的根目录下,例:
那么 filePath="page/test/portal.properties"
,运行效果如下图:
一、项目结构:
二、配置文件内容:
三、test.jsp代码:
四、运行效果:
总结:
1、JSP加载 properties 文件并获得输入流,是通过request.getSession().getServletContext().getResourceAsStream(filePath)
2、若 properties 文件不在项目的根目录下,例:
那么 filePath="page/test/portal.properties"
,运行效果如下图:
转载于:https://www.cnblogs.com/redjh/p/6038560.html