@RequestMapping(method = RequestMethod.GET, path = "/ping") public ResponseEntity<Object> ping() throws IOException { HttpURLConnection conn = (HttpURLConnection) new ...
以下のコマンドを用いて設定してください。 npm config set proxy http://username:password@host:port npm config set https-proxy http://username ...