摘要: 报错:警告 [http-nio-8080-exec-1] org.springframework.web.servlet.DispatcherServlet.noHandlerFound No mapping for POST xxx/xxx/xxx路径 其实这个报错找了很久,因为我的路径是绝对没有 阅读全文
posted @ 2025-05-19 22:59 里莉 阅读(13) 评论(0) 推荐(0)
摘要: 报错:Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.aop.aop20250508_2.service.impl.AccountS 阅读全文
posted @ 2025-05-08 21:09 里莉 阅读(352) 评论(0) 推荐(0)
摘要: 安装docker时出现的问题 这个错误提示表明系统在使用 yum 安装软件包时,无法连接到配置的软件源仓库,导致无法获取所需的软件包信息。 然后我的解决方式是:更新软件源位置(CentOS7的那个源过期了啥的) 首先备份原有的软件源配置文件: sudo mv /etc/yum.repos.d/Cen 阅读全文
posted @ 2025-04-19 00:08 里莉 阅读(28) 评论(0) 推荐(0)
摘要: Docker学习过程中遇到的错误 1)使用docker拉取nginx出现的错误,以及解决方法: ​ 使用“docker pull nginx”拉取镜像时,出现 Error response from daemon: Get "https://registry-1.docker.io/v2/": ne 阅读全文
posted @ 2025-04-17 21:09 里莉 阅读(82) 评论(0) 推荐(0)