标签:开始 pac indent 测试 一个 space 今天 resource contex
InputStream is = this.getClass().getClassLoader().getResourceAsStream(mappingFilePath); InputStreamReader isr = new InputStreamReader(is, "UTF-8"); BufferedReader br = new BufferedReader(isr); while ((thisLine = br.readLine()) != null) { String[] strs = thisLine.split("::"); String requestPath = strs[0].toLowerCase(); String serviceName = strs[1]; this.mapping.put(requestPath, serviceName); }
标签:开始 pac indent 测试 一个 space 今天 resource contex
原文地址:https://www.cnblogs.com/xiashiwendao/p/8999067.html