异常
未读
SpringBoot启动项目报错“Failed to configure a DataSource 'url' attribute is not specified .......”
SpringBoot启动项目报错“Failed to configure a DataSource: 'url' attribute is not specified …….” idea配置:SpringBoot2.7.17 + JDK8 或 SpringBoot3.1.5 + JDK17 具体报错
异常
未读
SpringBoot运行报错:Caused by org.springframework.beans.factory.NoSuchBeanDefinitionException
SpringBoot运行报错:Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException 具体报错如下: 原因和解决办法: 在Mapper中没有添加@Mapper注解,或者在启动类上没有添加@MapperSca
异常
未读
springboot配置swagger报错Cannot invoke “org.springframework.web.servlet.mvc.condition.PatternsRequestCondition.getPatterns(
springboot配置swagger报错:Cannot invoke “org.springframework.web.servlet.mvc.condition.PatternsRequestCondition.getPatterns()“ springboot配置swagger时报错,spri
异常
未读
SpringBoot项目本地运行正常,jar包运行时前端报错403:No mapping for
SpringBoot项目本地运行正常,jar包运行时前端报错403:No mapping for… 提示:在部署jar包到云服务器上之前,一定要在本地运行jar包,查看前端代码是否运行正常,若报错的话可以节省很多时间 方式:在jar包目录下运行cmd,执行命令:java -jar xxx.jar 主
异常
未读
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 具体信息如