
java
程序员OS
成功的人都有耐心、经得起孤独!OS(开源)
展开
-
解析body中的json字符串数据
public static String getResourceBody(HttpServletRequest request){ String str, wholeStr = ""; try{ BufferedReader reader = new BufferedReader(new InputStreamReader(request.getInputStr...原创 2019-10-16 16:55:12 · 1340 阅读 · 0 评论 -
springboot 2.1.6 +百度Ueditor 单图片上传并回显
1.applition.yml配置2.将config.json 放在resourse根路径下3.在实例化编辑器的html中 配置如下上传图片路径,路径为图片上传的请求地址4.图片上传请求路径5.编辑ueditor.config.js中的统一路径6.自定义初始化接口路径请求7.映射yml文件的上传图片映射路径8.配置映射路径拦截器,将虚拟路径...原创 2019-07-29 17:38:55 · 857 阅读 · 0 评论