【黑马头条】解决P11@EnableDiscoveryClient注解无法导入爆红、配置文件图标无法显示成带云朵的小绿叶图标

时间:2025-04-20 10:38:02
<!-- 引入依赖模块 --> <dependencies> <!-- 数据模型子模块 --> <dependency> <groupId></groupId> <artifactId>heima-leadnews-model</artifactId> </dependency> <!-- 公共子模块 --> <dependency> <groupId></groupId> <artifactId>heima-leadnews-common</artifactId> </dependency> <!-- 远程调用子模块 --> <dependency> <groupId></groupId> <artifactId>heima-leadnews-feign-api</artifactId> </dependency> <!-- Spring Boot Web starter --> <dependency> <groupId></groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <!-- Spring Boot Test测试 --> <dependency> <groupId></groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> <!-- Nacos注册中心 --> <dependency> <groupId></groupId> <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId> </dependency> <!-- Nacos配置中心 --> <dependency> <groupId></groupId> <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId> </dependency> <!-- Feign远程调用客户端 --> <dependency> <groupId></groupId> <artifactId>spring-cloud-starter-openfeign</artifactId> </dependency> </dependencies>