Coder Social home page Coder Social logo

bendanplus / springcloud_sell_study Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bmawen/springcloud_sell_study

0.0 1.0 0.0 92 KB

SpringCloud_Sell 慕课 主程序 ,需要配合项目SpringCloudSellConfig拉取配置

Dockerfile 0.83% Shell 0.89% Java 98.28%

springcloud_sell_study's Introduction

SpringCloud_Sell

SpringCloud_Sell 慕课study

MySQL数据准备:

新建数据库:SpringCloud_Sell
执行sql语句:  doc文件夹下的 SpringCloud_Sell.sql
# springCloud-sell

项目介绍

服务名称 服务描述 备注
api-gateway 网关
config 统一配置中心 提供对各个服务的配置文件管理,各服务内使用bootstrap.yml
doc 文档中心 记录系列开发使用文档
eureka 注册中心 可部署高可用的服务注册中心
order 订单服务 对订单操作
product 商品服务 提供对商品系列操作服务

Eureka server 高可用部署测试,单台服务器测试(相互注册)

执行eureka服务1:
server.port: 8761
client.service-url.defaultZone: http://localhost:8762/eureka/

执行eureka服务2:
server.port: 8762
client.service-url.defaultZone: http://localhost:8761/eureka/

这时候,client注册 eureka.client.service-url.defaultZone: http://localhost:8761/eureka/,http://localhost:8762/eureka/

config 统一配置中心

springcloud_sell_study's People

Contributors

yujie1996 avatar yujiejobs avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.