# simplest-spring-cloud-project **Repository Path**: shisf2022/simplest-spring-cloud-project ## Basic Information - **Project Name**: simplest-spring-cloud-project - **Description**: 简单的spring cloud项目,用于对spring cloud的基础组件入门,包括eureka,config,zuul,feign等。 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-22 - **Last Updated**: 2023-11-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: SpringCloud ## README # A eureka spring cloud demo project # 构建 mvn clean package -DskipTests # 相关调用 简单调用: http://localhost:16001:/consume/test 服务调用 http://localhost:16001:/consume/remote-call 网关调用 http://localhost:9101:/api-consumer/consume/test 服务注册中心: http://localhost:8761 配置中心: Spring Cloud Config 有它的一套访问规则,我们通过这套规则在浏览器上直接访问就可以。 http://localhost:7001/consumer-service-dev.yml http://localhost:7001/consumer-service-dev.yml /{application}/{profile}[/{label}] /{application}-{profile}.yml /{label}/{application}-{profile}.yml /{application}-{profile}.properties /{label}/{application}-{profile}.properties