摘要: @RequestMapping("/download") public void downloadNet(String uri, boolean isOnLine, HttpServletResponse response) throws MalformedURLException { // 下载网络文件 InputStream inStream = n... 阅读全文
posted @ 2018-08-28 18:36 不负前行 阅读(924) 评论(5) 推荐(0) 编辑
摘要: 1 package com.idoipo.infras.gateway.open.config; 2 3 import com.alibaba.fastjson.JSON; 4 import com.alibaba.fastjson.JSONObject; 5 import com.idoipo.infras.gateway.open.model.InvokeLogMode... 阅读全文
posted @ 2018-08-28 18:15 不负前行 阅读(4819) 评论(0) 推荐(0) 编辑
摘要: import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereot 阅读全文
posted @ 2018-08-28 17:53 不负前行 阅读(1956) 评论(0) 推荐(0) 编辑