Morning Star's blog

  • Home

  • Tags

  • Categories

  • Search

  • Archives

  • About

在 Spring Boot 中使用 gRPC 进行通讯(三) - 构造客户端

Posted on 2020-01-16 | Edited on 2021-04-16 | In java , SpringBoot
Symbols count in article: 2.4k | Reading time ≈ 4 mins.

在 上一篇文章,我们实现服务端。在本文中,我们将实现访问该服务的客户端。

Read more »

在 Spring Boot 中使用 gRPC 进行通讯(二) - 构造服务端

Posted on 2020-01-16 | Edited on 2021-04-16 | In java , SpringBoot
Symbols count in article: 1.5k | Reading time ≈ 3 mins.

在 上一篇文章,我们使用 Protobuf IDL 定义了 AcccountHistory 接口, 本文将针对该接口实现服务端与客户端。

Read more »

Spring Cloud 课堂综合练习

Posted on 2020-01-11 | Edited on 2021-04-16 | In microservice , SpringCloud
Symbols count in article: 30 | Reading time ≈ 1 mins.

本文提供课堂综合练习的项目基本框架。

Read more »

Eureka 的一些常用配置信息

Posted on 2020-01-10 | Edited on 2021-04-16 | In microservice , SpringCloud
Symbols count in article: 1k | Reading time ≈ 2 mins.

Eureka Server / Client 是构建基于 Spring Cloud 的微服务系统时常用的注册与发现服务实现。为了更好的使用该实现,需要知道一些常用的培训选项。

Read more »

在 Spring Boot 中使用 gRPC 进行通讯(一)

Posted on 2019-12-31 | Edited on 2021-04-16 | In java , SpringBoot
Symbols count in article: 3.1k | Reading time ≈ 5 mins.

在 Spring Boot 项目的开发中,编写服务不止可以使用 Rest API 的形式,也可以使用基于 Grpc 的方式。

Read more »

在 Vue 中使用Vant

Posted on 2019-12-30 | Edited on 2021-04-16 | In 前端开发 , Vue框架
Symbols count in article: 1.5k | Reading time ≈ 3 mins.

Vant 是有赞前端团队开发的一套针对移动端的Vue组件库。拥有丰富、时尚的组件和完善的文档。使用起来非常方便。本文简单描述如何在 Vue 中集成 Vant。

Read more »

Spring Boot 访问 Elasticsearch

Posted on 2019-12-29 | Edited on 2021-04-16 | In java , SpringBoot
Symbols count in article: 2.1k | Reading time ≈ 3 mins.

Elasticsearch 分布式的全文搜索引擎,它使用的是标准的 RESTful 风格的 API 和 JSON。本文演示如何通过 Spring Boot 对它的内容进行访问。

Read more »

使用zipkin跟踪微服务调用链

Posted on 2019-12-29 | Edited on 2021-04-16 | In microservice , SpringCloud
Symbols count in article: 945 | Reading time ≈ 2 mins.

在微服务架构中,当一个用户请求执行时,调用了那些微服务,并且这些微服务的服务水平如何?是在开发和运维中关注的一个重要问题。Zipkin作为分布式调用跟踪的一个开源实现,并广泛运用。本文演示如何在Spring Cloud构建的系统中加入该功能。

Read more »

在 Spring Boot 中使用 RabbitMQ

Posted on 2019-12-27 | Edited on 2021-04-16 | In java , SpringBoot
Symbols count in article: 4.1k | Reading time ≈ 7 mins.

本文演示如何在 Spring Boot 应用中通过 RabbitMQ 传递对象(JSON格式)。

Read more »

在 Spring Boot 项目中使用 Spring Boot Admin

Posted on 2019-12-26 | Edited on 2021-04-16 | In java , SpringBoot
Symbols count in article: 2.1k | Reading time ≈ 4 mins.

Spring Boot Admin 是一个管理和监控Spring Boot 应用程序的开源软件, 它利用 Spring Boot Actuator 提供的监控和管理信息作为基础数据,在通过可视化的UI界面来方便管理应用。

Read more »
1…262728…59
Morning Star

Morning Star

586 posts
42 categories
43 tags
RSS

© 2022 Morning Star | 1.2m | 31:58
Powered by Hexo v3.9.0
|
Theme – NexT.Gemini v7.1.1
|