SpringBoot+SSM
筱家小雅
这个作者很懒,什么都没留下…
展开
-
java.lang.NoSuchMethodError: com.alibaba.fastjson.JSONObject.clone()Lcom/alibaba/fastjson/JSONObject
现象:2021-10-20 14:38:15.475 DEBUG 15668 --- [nio-8080-exec-2] o.j.m.jmreport.desreport.service.a.e : ============EXCEL JSON数据查询==========2021-10-20 14:38:15.880 ERROR 15668 --- [nio-8080-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.ser原创 2021-10-20 17:51:28 · 4477 阅读 · 0 评论 -
java.lang.NoSuchMethodError: net.sf.jsqlparser.statement.select.PlainSelect.getGroupBy()Lnet/sf/jsql
现象:021-10-20 11:03:54.506 INFO 10528 --- [nio-8080-exec-9] c.c.t.h.w.interceptor.LoginInterceptor : 拦截到了方法:error2021-10-20 11:03:54.506 INFO 10528 --- [nio-8080-exec-9] c.c.t.h.w.interceptor.LoginInterceptor : 和redis中匹配,放行,执行接口2021-10-20 11:03:5原创 2021-10-20 11:42:23 · 8268 阅读 · 2 评论 -
This driver does not support the ‘getNetworkTimeout‘ and ‘setNetworkTimeout‘ methods
com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Driver does not support get/set network timeout for connections. ([Pivotal][Greenplum JDBC Driver]This driver does not support the 'getNetworkTimeout' and 'setNetworkTimeout' methods.gp驱动版本问题,pom换低一点的...原创 2021-08-09 16:45:35 · 919 阅读 · 0 评论 -
Caused by: org.apache.ibatis.reflection.ReflectionException: There is no getter for property named ‘
报错如下:Creating a new SqlSessionSqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@58611f20] was not registered for synchronization because synchronization is not activeClosing non transactional SqlSession [org.apache.ibatis.session.defaul原创 2021-07-13 17:37:54 · 1289 阅读 · 0 评论 -
Caused by: java.lang.IllegalArgumentException: XML fragments parsed from previous mappers already
Cause: java.lang.IllegalArgumentException: XML fragments parsed from previous mappers already contains value for org.jeecg.modules.dpzs.mapper.mdjf.MDpzsMdjfHjllMapper.base_version at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanP..原创 2021-07-06 14:12:03 · 1744 阅读 · 0 评论 -
Caused by: java.sql.SQLException: Bad format for number
2021-07-05 18:11:54.802 [http-nio-7070-exec-8] ERROR o.jeecg.common.exception.JeecgBootExceptionHandler:57 - Error attempting to get column 'job' from result set. Cause: java.sql.SQLException: Bad format for number '网格长' in column 3.; Bad format for n...原创 2021-07-05 18:14:32 · 1703 阅读 · 0 评论 -
Cause: java.sql.SQLFeatureNotSupportedException; null; nested exception is java.sql.SQLFeatureNotSu
2021-07-05 18:04:16.696 [http-nio-7070-exec-9] ERROR o.jeecg.common.exception.JeecgBootExceptionHandler:57 - Error attempting to get column 'happen_time' from result set. Cause: java.sql.SQLFeatureNotSupportedException; null; nested exception is java....原创 2021-07-05 18:11:06 · 3523 阅读 · 0 评论 -
org.apache.ibatis.reflection.ReflectionException: There is no getter for property named ‘query‘ in ‘
org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'query' in 'class com.sm.....情况说明:使用entity作为实体返回,而不用vo类解决:将entity信息单独放到vo里。原创 2021-06-29 18:36:23 · 436 阅读 · 0 评论 -
TypeError: Failed to execute ‘fetch‘ on ‘Window‘: Request with GET/HEAD method cannot have body.
swagger报错:TypeError: Failed to execute 'fetch' on 'Window': Request with GET/HEAD method cannot have body.原因:使用了@ResponseBody,由于方法中申明的是get方法却用了@requestBodyget无法使用获取参数。解决:将GetMapping改为 PostMapping...原创 2021-06-29 18:09:19 · 454 阅读 · 0 评论 -
Error:(22, 57) java: 类型参数...Mapper不在类型变量M的范围内
问题解决:原创 2021-06-25 15:34:15 · 7869 阅读 · 4 评论 -
Some problems were encountered while processing the POMs
[ERROR] Some problems were encountered while processing the POMs:'dependencies.dependency.version' for org.jeecgframework.boot:report-module-3sdpzs:jar is missing. @ line 42, column 15Failure to find org.jeecgframework.boot:report-parent:pom:2.1.1原创 2021-06-24 17:13:47 · 992 阅读 · 1 评论 -
Error running JeecgSystemCloudApplication: Command line is too long. Shorten command line for Jeecg
Error running 'JeecgSystemCloudApplication': Command line is too long. Shorten command line for JeecgSystemCloudApplication or also for Spring Boot default configuration.原创 2021-06-08 13:53:56 · 3336 阅读 · 0 评论 -
java.lang.ClassCastException 类型不匹配
java.lang.ClassCastException: com.sm.trajectory.entity.vo.sjTransMap.TraMapGjjUrl cannot be cast to com.sm.trajectory.entity.vo.sjTransMap.TraMapGjjUrlVo at com.sm.trajectory.service.impl.TraMapGjjUrlServiceImpl.getTraMapGjjUrlListFromType(TraMapGjjUrlSe.原创 2021-04-15 15:35:37 · 496 阅读 · 0 评论