IDEA使用maven创建普通javaweb项目,调用properties文件出现NullPointerException
@Override protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { ServletContext context = this.getServletContext(); InputStream inputStream = context.getResourceAsSt...