摘要:
一、加pom文件 <!-- Nacos --> <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId> </depe 阅读全文
摘要:
原文地址:https://www.jianshu.com/p/8715072d3f4c 一、共享配置(shared-configs)和扩展配(extension-config) 日常开发中,多个模块可能会有很多共用的配置,比如数据库连接信息,Redis 连接信息,RabbitMQ 连接信息,监控配置 阅读全文