logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

简单构建一整套SpringCloud微服务框架Nacos、Seata、RocketMQ、Feign、GateWay、Graylog、docker、Sleuth、zipkin、Elasticsearch

SpringCloud Gateway 是 Spring Cloud 的一个全新项目,该项目是基于 Spring 5.0,Spring Boot 2.0 和 Project Reactor 等技术开发的网关,它旨在为微服务架构提供一种简单有效的统一的 API 路由管理方式。简单的说,微服务架构就是将一个完整的应用从数据存储开始垂直拆分成多个不同的服务,每个服务都能独立部署、独立维护、独立扩展,服务

文章图片
#微服务#spring cloud#java +2
IDEA 将多个微服务Springboot项目Application启动类添加到services标签,统一启动、关闭服务

1.首先在Views => Tool Windows => Services 添加services窗口 2.点击services窗口,首次需要添加配置类型,我们选择Springboot 3.默认按照运行状态分组,右键即可单独或者分组批量启动、关闭微服务 Tips: 4.如果发现没有你微服务,可以去edit configurations中添加

文章图片
#intellij-idea#微服务#spring boot
到底了