网站首页
编程语言
数据库
系统相关
其他分享
编程问答
NodeTestTask
2024-05-06
解决报错:Could not set property 'id' of 'class com.north.domain.Book' with value
报错原因问题描述:因为MyBatis-Plus默认的id自增策略使用的雪花算法org.mybatis.spring.MyBatisSystemException:nestedexceptionisorg.apache.ibatis.reflection.ReflectionException:Couldnotsetproperty'id'of'classcom.north.domain.Book'withvalue'1
2023-06-23
Hibernate3.x版本使用时遇到的异常
换高版本的5.x就不会遇见,然后是因为少了一个依赖(竟然没在自己的导包配置里引用?还得自己加)maven中加<dependency><groupId>javassist</groupId><artifactId>javassist</artifactId><version>3.12.0.GA</version>
2023-03-17
Springboot 整合 elasticsearch 8.x版本冲突
Springboot整合elasticsearch版本冲突Springboot整合elasticsearchmaven依赖应与elasticsearch服务端版本一致java.lang.IllegalStateException:Failedtoloa
2022-11-21
spring boot调试redis报错:Unable to connect to Redis; 问题记录
1、代码packagecom.example.spring1121;importorg.junit.jupiter.api.Test;importorg.springframework.beans.factory.annotation.Autowired;importorg.springfr
2022-09-27
org.apache.ibatis.binding.BindingException
点击查看代码org.apache.ibatis.binding.BindingException:Typeinterfacecom.example.mybatis.mapper.UserMapperisnotknowntotheMapperRegistry. atorg.apa