Technology dry goods sharing | spring cloud gateway full link implementation analysis

1. background With the popularity of microservice architecture, services are divided according to different dimensions. A request often involves multiple services. And many services may be distributed in thousands of servers, across multiple different data centers. In order to locate and solve the fault quickly and analyze the application perf ...

Posted by MentalMonkey on Mon, 02 Mar 2020 10:40:46 +0100

Spring Boot WebFlux add, delete, modify and query the complete practical demo

03: WebFlux Web CRUD Practice Preface The last article created a simple service based on functional endpoints and implemented Hello. This article uses Spring Boot WebFlux annotation control layer technology to create a CRUD WebFlux application to make development more convenient. We don't access database storage here, because we'll talk about i ...

Posted by coldfission on Mon, 14 Oct 2019 21:09:35 +0200

SpringBoot 2.X Kotlin and Swagger 2 Generate API Documents

Here's a place to note that there are problems when testing WebFlux integration with Swagger 2. Looking at the official documentation, 2.9.2 is not yet integrated, so the jar introduced is spring-boot-starter-web, not spring-boot-starter-webflux. Purpose of this chapter Integrating document and interface testing platform in the project, using ...

Posted by carolin on Wed, 15 May 2019 03:07:38 +0200