工作流引擎Activiti7与Springboot整合后controller里返回json数据里null值不显示问题解决 这几天被Activiti7的一个坑搞了半天,现象是controller里返回json数据里null值不显示。。由于activiti7集成了springsecurity作权限控制,为了排除不是sprin... 2020年3月19日 浏览量:1,165 次 发表评论 阅读全文
Vue axios访问后台接口跨域SpringBoot设置跨域不起作用 昨天在家搞了一下午,在Springboot里设置了跨域,但还是一直报跨域。 配置如下: package com.example.mybatis.config; import org.springfra... 2020年3月17日 Vue 浏览量:944 次 发表评论 阅读全文
activiti7与springboot整合启动报错Consider revisiting the entries above or defining a bean of type ‘javax.sql.DataSource’ in your configuration 具体报错信息: *************************** APPLICATION FAILED TO START *************************** Descript... 2020年2月14日 工作流引擎 浏览量:12,964 次 发表评论 阅读全文
idea中SpringBoot热部署终极解决方案 加入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>sp... 2019年12月12日 SpringBoot 浏览量:663 次 发表评论 阅读全文
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,957 次 发表评论 阅读全文
Vue传json数组到SpringBoot接收报错com.alibaba.fastjson.JSONException: not close json text, token : , 今天前端说排序有问题,现象很奇怪,说是第一次操作没问题,第二次就会报错。我一看后台,第一次没报错,第二次报错com.alibaba.fastjson.JSONException: not close ... 2019年10月16日 SpringBoot 浏览量:10,465 次 发表评论 阅读全文
SpringBoot打成可执行jar包运行报错ClassNotFoundException 现象:直接在idea里点运行是没问题的,但是打成可执行jar包在命令行里用java -jar来执行就会报错ClassNotFoundException。 看了下具体的找不到的类,发现是本地另一个com... 2019年9月24日 SpringBoot 浏览量:2,530 次 发表评论 阅读全文
Springboot整合zipkin常见报错的解决方法 今天搭环境遇到几个错误,整理一下: 第一个: Prometheus requires that all meters with the same name have the same set of t... 2019年8月12日 zipkin 浏览量:1,692 次 发表评论 阅读全文
SpringBoot启动zipkin-server报错Error creating bean with name ‘armeriaServer’ defined in class path resource 今天搭建zipkin-server时老是报错Error creating bean with name ‘armeriaServer’ defined in class path resource。。... 2019年8月8日 zipkin 浏览量:1,233 次 发表评论 阅读全文