spring cloud
beaut_y_u
study hard and make progress every day
展开
-
微服务 spring cloud gateway搭建
gateway组件搭建pom文件<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-gateway</artifactId></dependency><dependen...原创 2020-04-15 16:36:53 · 2345 阅读 · 0 评论 -
微服务 spring cloud 读取 config配置中心配置文件
spring cloud 读取 config配置中心配置文件环境spring boot : 2.1.6spring cloud : Greenwich.SR5jdk : 11pom 依赖配置<dependency> <groupId>org.springframework.boot</groupId> <artifactId&g...原创 2020-04-15 16:34:39 · 2798 阅读 · 0 评论 -
微服务spring cloud 配置中心搭建-config
spring cloud 配置中心搭建-config环境spring boot : 2.1.6spring cloud : Greenwich.SR5jdk : 11pom 依赖配置<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>s...原创 2020-04-15 16:31:01 · 1346 阅读 · 0 评论 -
微服务 spring cloud 将服务注册到注册中心 (eureka)
eureka_client环境版本spring cloud Greenwich.SR5spring boot 2.1.6.RELEASEjdk 11pom 文件<dependency> <groupId>org.springframework.boot</groupId> <artifactId>...原创 2020-04-15 16:25:59 · 1948 阅读 · 0 评论 -
分布式 高可用 注册中心 eureka集群搭建
基于spring boot 搭建 集群环境版本spring cloud Greenwich.SR5spring boot 2.1.6.RELEASEjdk 11pom文件:<dependency> <groupId>org.springframework.cloud</groupId> <artifa...原创 2020-04-15 16:21:29 · 1452 阅读 · 0 评论