工作流引擎Activiti7与Springboot整合后controller里返回json数据里null值不显示问题解决 这几天被Activiti7的一个坑搞了半天,现象是controller里返回json数据里null值不显示。。由于activiti7集成了springsecurity作权限控制,为了排除不是sprin... 2020年3月19日 浏览量:1,195 次 发表评论 阅读全文
activiti7.1.0.M6报错Process definition with the given id:xxx belongs to a different application version 旧版本的代码是没有问题的,但用现在最新的版本7.1.0.M6就会报以下的错: org.activiti.api.runtime.shared.UnprocessableEntityException:... 2020年2月17日 工作流引擎 浏览量:2,241 次 发表评论 阅读全文
Vue传json数组到SpringBoot接收报错com.alibaba.fastjson.JSONException: not close json text, token : , 今天前端说排序有问题,现象很奇怪,说是第一次操作没问题,第二次就会报错。我一看后台,第一次没报错,第二次报错com.alibaba.fastjson.JSONException: not close ... 2019年10月16日 SpringBoot 浏览量:10,483 次 发表评论 阅读全文
macbook上打包报错Error: EACCES: permission denied, open ‘/Users/xxx/.config/configstore/insight-cordova.json’ macbook上打包报错Error: EACCES: permission denied, open '/Users/xxx/.config/configstore/insight-cordova.j... 2018年11月28日 cordova 浏览量:1,068 次 发表评论 阅读全文
app使用postman调试api接口返回Required request body is missing的错误 后台是用@RequestBody的方式来接受参数的。用postman返回Required request body is missing的错误。 百度了一下,发现@RequestBody这种方式用po... 2018年11月23日 浏览量:7,965 次 发表评论 阅读全文
SpringBoot ajax发送请求到后台接受完整例子 前端ajax写法: function middleCategoryChange(url) { var middleCategory = $("select").val(); var json ={};... 2018年8月4日 ajax 浏览量:2,426 次 发表评论 阅读全文
org.springframework.web.HttpMediaTypeNotSupportedException: Content type ‘application/json;charset=UTF-8’ not supported ajax向springboot后台发送请求报错: org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'a... 2018年8月4日 ajax 浏览量:7,348 次 发表评论 阅读全文