logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

org.springframework.beans.factory.BeanCreationException: Error creating bean with name解决方案

org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘tenantController’: Injection of @org.apache.dubbo.config.annotation.Reference dependencies is failed; nested exc

#分布式#spring boot
Failed to resolve org.junit.platform:junit-platform-launcher:1.5.2 错误的解决方案

运行springboot项目时出现的问题:Failed to resolve org.junit.platform:junit-platform-launcher:1.5.2解决方案:1、确保pom.xml文件中对Junit的依赖存在,没有添加如下:<dependency><groupId>org.springframework.boot</groupI...

#spring boot#maven#java +1
To display the conditions report re-run your application with 'debug' enabled.问题解决方案

问题描述:Error starting ApplicationContext. To display the conditions report re-run your application with ‘debug’ enabled.或者:The Tomcat connector configured to listen on port 7001 failed to start. The po.

#java
STM32 GPIO八种输入输出模式的功能及区别

一、GPIO八种输入输出模式(1) GPIO_Mode_AIN 模拟输入(2) GPIO_Mode_IN_FLOATING 浮空输入(3) GPIO_Mode_IPD 下拉输入(4) GPIO_Mode_IPU 上拉输入(5) GPIO_Mode_Out_OD 开漏输出(6) GPIO_Mode_Out_PP 推挽输出(7) GPIO_Mode_AF_OD 复用开漏输出(8) GP...

To display the conditions report re-run your application with 'debug' enabled.问题解决方案

问题描述:Error starting ApplicationContext. To display the conditions report re-run your application with ‘debug’ enabled.或者:The Tomcat connector configured to listen on port 7001 failed to start. The po.

#java
使用net start mysql命令后出现“MySQL 服务正在启动 . MySQL 服务无法启动。 服务没有报告任何错误。”问题的解决办法

在cmd页面使用net start mysql出现该问题方法1、data文件夹是自己创建的,删除data文件夹,在DOS界面进入到MySQL的文件夹下输入这个命令:mysqld--initialize ,重新初始化一个data文件。(大部分好像都是这个原因)方法2、自己在DOS界面在MySQL文件夹的bin目录中输入mysqld --console命令,查询错误日志,毕竟每个人...

#mysql#数据库
到底了