-
error--------
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.executor.ExecutorException: Error getting generated key or setting result to parameter object. Cause: or…
-
java -jar wgcloud-server-release.jar
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | …
aheig updated
2 years ago
-
### 当前使用版本(必填,否则不予处理)
spring-boot 2.6.2
mybatis-plus-boot-starter 3.5.0
![image](https://user-images.githubusercontent.com/49943200/149942602-51975b8f-ba57-4043-88e7-9e6da97c5592.png)
### 该问题是…
-
### 当前使用版本(必填,否则不予处理)
3.4.2
### 该问题是如何引起的?(确定最新版也有问题再提!!!)
dao层使用 @CacheNamespace(implementation = EhcacheCache.class, eviction = EhcacheCache.class) 开启二级缓存之后,使用iservice的page方法就会报错
### 重现步…
-
Case when is not supported ?????
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
Error updating database. Cause: java.lan…
Zhrey updated
2 years ago
-
### 当前使用版本(必填,否则不予处理)
3.5.0
### 该问题是如何引起的?(确定最新版也有问题再提!!!)
serviceimpl中执行this.lambdaUpdate().eq(ContentUphold::getId, contentUphold).remove(); 语句报错
执行this.removeById(contentUpholdId)删除成功
##…
-
### 当前使用版本 3.1.2
### 该问题是怎么引起的?**([最新版](https://search.maven.org/search?q=g:com.baomidou%20a:mybatis-*)上已修复的会直接**close**掉)**
之前项目并没有引入 mybatis plus,且localdatetime 能很好的和datetime互相转换,
引入MP之后就报错…
-
```
Error creating bean with name 'helloworld': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '…
-
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0xb31f9c08, pid=20903, tid=0x6d75f460
#
# JRE version: OpenJDK Runtime Environment (8.0_212-b01) (bui…
-
1、pom.xml
com.taosdata.jdbc
taos-jdbcdriver
2.0.37
2、docker TDengine-server-2.4.0.7
执行: insert into float_nf88fr (ts, val) values (now, 234);
Ps:float_nf88fr表存在,且有数据,上述sql,命令行可…