工作流引擎Activiti7与Springboot整合后controller里返回json数据里null值不显示问题解决 这几天被Activiti7的一个坑搞了半天,现象是controller里返回json数据里null值不显示。。由于activiti7集成了springsecurity作权限控制,为了排除不是sprin... 2020年3月19日 浏览量:1,189 次 发表评论 阅读全文
activiti7监听器listener中执行报错Exception while invoking TaskListener: null activiti7监听器listener中执行时老是报错,具体报错信息如下: 2020-02-25 10:31:32.562 ERROR 24684 --- < main> o.a.e.impl.in... 2020年2月25日 工作流引擎 浏览量:10,527 次 发表评论 阅读全文
微服务调用报错org.springframework.web.client.HttpClientErrorException$BadRequest: 400 null 微服务调用报错具体如下: org.springframework.web.client.HttpClientErrorException$BadRequest: 400 null 原因是因为调用时请求... 2019年11月12日 SpringCloud 浏览量:8,466 次 发表评论 阅读全文
微服务调用报错Request processing failed; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 null 微服务调用具体报错如下: org.springframework.web.util.NestedServletException: Request processing failed; nested ... 2019年11月11日 SpringCloud 浏览量:6,242 次 发表评论 阅读全文
SpringBoot项目接入nacos后启动报错com.alibaba.nacos.api.exception.NacosException: null 具体报错如下: 2019-10-29 08:27:52.391 ERROR 351644 --- < main> o.s.c.a.nacos.NacosConfigProperties : creat... 2019年10月29日 Nacos 浏览量:1,961 次 发表评论 阅读全文
Spring Cloud Gateway启动报错java.lang.AbstractMethodError: null 今天Spring Cloud Gateway启动报错如下: 2019-07-12 14:32:58.824 ERROR 7192 --- < main> o.s.boot.SpringApplicat... 2019年7月14日 Spring Cloud Gateway 浏览量:2,041 次 发表评论 阅读全文
getForObject访问接口报错org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 null 用restTemplate.getForObject访问认证服务器的接口/check/token时报错 org.springframework.web.client.HttpClientErrorEx... 2019年2月19日 SpringCloud 浏览量:2,952 次 发表评论 阅读全文
CentOS系统清空删除系统日志的方法 使用CentOS系统的时候,经常会遇到系统日志文件非常大的情况,如果直接删除,会导致日志错误,不再生成日志,这时,我们可以使用下面的方法清空日志。 CentOS 6系统 cat /dev/n... 2018年11月27日 linux 浏览量:995 次 发表评论 阅读全文
thymeleaf判断list或字段非或非空的方法 thymeleaf里判断List为空的写法: th:if="*{#lists.isEmpty(h_sntkinfHeaderlst)}" 判断list非空的写法: th:if="*{no... 2018年7月27日 Java 浏览量:6,445 次 发表评论 阅读全文