异常
未读
SpringBoot项目运行报错:org.springframework.beans.factory.BeanNotOfRequiredTypeException
SpringBoot项目运行报错:org.springframework.beans.factory.BeanNotOfRequiredTypeException…… 版本配置:SpringBoot3.2.3 + MyBatisPlus3.5.4.1 具体报错如下: Error starting A
异常
未读
启动代码生成器时报错“Exception in thread main java.lang.NoClassDefFoundError”
启动代码生成器时报错“Exception in thread “main” java.lang.NoClassDefFoundError” 具体错误如下: Exception in thread "main" java.lang.NoClassDefFoundError: freemarker/te
异常
未读
云服务器无法无法访问windTerm面板开启的8080端口
云服务器无法无法访问windTerm面板开启的8080端口 安全组是一个逻辑上的分组,为同一个VPC内具有相同安全保护需求并相互信任的弹性 云服务器 提供访问策略。安全组创建后,用户可以在安全组中定义各种访问规则,当弹性云服务器加入该安全组后,即受到这些访问规则的保护。 安全组创建后,用户可以在安全
异常
未读
报错:No mapping for GET xxxxxx
本地运行正常,但在Linux上运行报错:No mapping for GET /xxx/xxx……. 原因:未知 解决:删除镜像和容器,重新安装。
异常
未读
报错:org.apache.ibatis.binding.BindingException Parameter 'tag' not found. Available parameters are [......]
报错:org.apache.ibatis.binding.BindingException: Parameter 'tag' not found. Available parameters are [……] 1.具体报错如下: org.apache.ibatis.binding.BindingExc
异常
未读
控制台显示:SqlSession ...... was not registered for synchronization because synchronization is not active
控制台显示:SqlSession …… was not registered for synchronization because synchronization is not active JDBC Connection ……will not be managed by Spring 具体信息如
异常
未读
mybatis报错:Field 'id' doesn't have a default value
mybatis报错:Field 'id' doesn't have a default value 本人在mybatis的xml文件中通过执行SQL语句进行新增操作(insert)时报错 报错原因:大概是在xml文件中执行SQL语句时,主键字段没有配置自增生成策略,所以执行新增操作的时候,需要给id
异常
未读
进入Docker容器失败:Error response from daemon Container xxx is restarting, wait until the container is running
进入Docker容器失败:Error response from daemon: Container xxx is restarting, wait until the container is running 1.过程 通过jdk17部署jdk17容器 docker run --restart=a
异常
未读
页面报错:“This application has no explicit mapping for error, so you are seeing this as a fallback.”
页面报错:“This application has no explicit mapping for /error, so you are seeing this as a fallback.” 1.具体报错如下: 2.可能原因有: Application启动类的位置不对,要将Application