摘要: 1、再pom.xml 文件里面配置 <build> <resources> <resource> <directory>src/main/resources</directory> <excludes> <exclude>application.yml</exclude> <!-- 排除其他配置文件 阅读全文
posted @ 2024-09-30 10:06 信铁寒胜 阅读(209) 评论(0) 推荐(0)
摘要: 问题原因:通过springboot的启动类来启动springboot项目时,报错。但是通过maven packeage打包后,再启动没有问题。 org.springframework.beans.factory.UnsatisfiedDependencyException: Error creati 阅读全文
posted @ 2024-09-30 09:41 信铁寒胜 阅读(1419) 评论(0) 推荐(0)