欢迎光临!
登录
  • 设置菜单

ZPY博客

JAVA架构师之路

×
MENU
  • Java基础
    • Java
    • jquery
    • Java多线程
    • mysql
    • oracle
    • mybatis
    • 设计模式
    • 计算机底层
  • Spring相关
    • Spring
    • thymeleaf
    • SpringBoot
    • Spring Security
    • SpringCloud
    • Spring Cloud Gateway
  • 分布式相关
    • 全文检索
    • 消息中间件
    • 缓存
    • Apollo
    • Hadoop
    • 分库分表
    • Sentinel
    • zipkin
  • 前端相关
    • ajax
    • FreeMarker
    • html5
    • css
    • php
    • android
    • app
    • angular
    • ng-zorro
    • Vue
    • ionic
    • cordova
    • 微信公众号
    • 微信小程序
  • 工具相关
    • cron
    • eclipse
    • IntelliJ IDEA
    • git
    • gitLab
    • jenkins
    • nexus
    • samba
    • maven
    • mac
    • linux
    • wordpress
  • 资源下载
    • 音乐下载
    • 电视剧下载
    • 电影下载
    • 小说下载
  • 其它
    • 海外主机
    • 股票
    • 工作流引擎
    • 爬虫
    • IT用英语单词
首页null文章
Activiti7与Springboot整合后controller里返回json数据里null值不显示问题解决 工作流引擎

Activiti7与Springboot整合后controller里返回json数据里null值不显示问题解决

这几天被Activiti7的一个坑搞了半天,现象是controller里返回json数据里null值不显示。。由于activiti7集成了springsecurity作权限控制,为了排除不是sprin...
2020年3月19日 浏览量:1,409 次 发表评论
阅读全文

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,787 次 发表评论
阅读全文

微服务调用报错org.springframework.web.client.HttpClientErrorException$BadRequest: 400 null

微服务调用报错具体如下: org.springframework.web.client.HttpClientErrorException$BadRequest: 400 null 原因是因为调用时请求...
2019年11月12日 SpringCloud 浏览量:8,553 次 发表评论
阅读全文

微服务调用报错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,320 次 发表评论
阅读全文

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 浏览量:2,031 次 发表评论
阅读全文

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,155 次 发表评论
阅读全文

getForObject访问接口报错org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 null

用restTemplate.getForObject访问认证服务器的接口/check/token时报错 org.springframework.web.client.HttpClientErrorEx...
2019年2月19日 SpringCloud 浏览量:3,012 次 发表评论
阅读全文

CentOS系统清空删除系统日志的方法

使用CentOS系统的时候,经常会遇到系统日志文件非常大的情况,如果直接删除,会导致日志错误,不再生成日志,这时,我们可以使用下面的方法清空日志。 CentOS 6系统 cat /dev/n...
2018年11月27日 linux 浏览量:1,103 次 发表评论
阅读全文

thymeleaf判断list或字段非或非空的方法

thymeleaf里判断List为空的写法: th:if="*{#lists.isEmpty(h_sntkinfHeaderlst)}"   判断list非空的写法: th:if="*{no...
2018年7月27日 Java 浏览量:6,546 次 发表评论
阅读全文

全部热门文章

  • 2022狂飙全集1080P迅雷下载2022狂飙全集1080P迅雷下载02/25 浏览量:18,666 次
  • 海贼王[one_piece][1051][720p].mp4迅雷下载海贼王[one_piece][1051][720p].mp4迅雷下载03/31 浏览量:4,178 次
  • 海贼王[One Piece][1050][ViuTV][WEB-RIP][CHT][SRT][1080p][AVC AAC].mkv迅雷下载海贼王[One Piece][1050][ViuTV][WEB-RIP][CHT][SRT][1080p][AVC AAC].mkv迅雷下载03/31 浏览量:2,996 次
  • mac版tvbox安装及配置mac版tvbox安装及配置06/07 浏览量:2,898 次
  • 可能-程响.mp3百度云下载可能-程响.mp3百度云下载04/29 浏览量:2,273 次

近期热门文章

  • 四川长虹(600839)2025年3月5日走势深度解析四川长虹(600839)2025年3月5日走势深度解析03/05 浏览量:149 次
  • 用大白话详细讲解拜占庭问题用大白话详细讲解拜占庭问题03/03 浏览量:49 次
  • PBFT(Practical Byzantine Fault Tolerance,实用拜占庭容错算法)详解PBFT(Practical Byzantine Fault Tolerance,实用拜占庭容错算法)详解03/03 浏览量:49 次
  • DPos和PoS有什么区别?DPos和PoS有什么区别?03/03 浏览量:46 次
  • Vue 中的原型链详解Vue 中的原型链详解03/07 浏览量:36 次

热评文章

  • 用菜场大妈都能听懂的语言解释web3的共识机制 用菜场大妈都能听懂的语言解释web3的共识机制 03/03
  • Cursor启动gradle的springboot项目成功,但Mybatis 报错`Parameter '0' not found. Available parameters are [arg1, arg0, param1, param2]` Cursor启动gradle的springboot项目成功,但Mybatis 报错`Parameter ‘0’ not found. Available parameters are [arg1, arg0, param1, param2]` 03/28
  • Vue 中的原型链详解 Vue 中的原型链详解 03/07
  • Vue 中的垃圾回收机制详解 Vue 中的垃圾回收机制详解 03/07
  • Vue中闭包详解 Vue中闭包详解 03/07

随机文章

  • activiti7监听器listener中执行报错Exception while invoking TaskListener: null activiti7监听器listener中执行报错Exception while invoking TaskListener: null 02/25 浏览量:10,787 次
  • Activiti7根据taskId获取Activity对象 Activiti7根据taskId获取Activity对象 05/06 浏览量:2,384 次
  • activiti7与springboot整合启动报错Consider revisiting the entries above or defining a bean of type 'javax.sql.DataSource' in your configuration activiti7与springboot整合启动报错Consider revisiting the entries above or defining a bean of type ‘javax.sql.DataSource’ in your configuration 02/14 浏览量:13,201 次
  • activiti7.1.0.M6报错Process definition with the given id:xxx belongs to a different application version activiti7.1.0.M6报错Process definition with the given id:xxx belongs to a different application version 02/17 浏览量:2,318 次
  • Activiti7实现会签节点动态加签 Activiti7实现会签节点动态加签 03/30 浏览量:11,057 次
Copyright ©  zpy博客  版权所有.

登录 找回密码

输入用户名或电子邮箱地址,您会收到一封新密码链接的电子邮件。

  • 文章目录
  • 繁