06 2021 档案

摘要:在project 标签内,新增一下内容 <build> <plugins> <!--打包项目--> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactI 阅读全文
posted @ 2021-06-08 10:01 javahepeng 阅读(70) 评论(0) 推荐(0)
摘要:在Spring Boot项目中,出现这个错误有两种情况: 一,在main方法所在的类忘记添加@SpringBootApplication 二,缺少依赖,添加即可 1 2 3 4 <dependency> <groupId>org.springframework.boot</groupId> <art 阅读全文
posted @ 2021-06-04 12:11 javahepeng 阅读(816) 评论(0) 推荐(0)