Bringing together Kong & Spring Boot. But wait, what is https://github.com/Kong/kong? Kong is a cloud-native, fast, scalable, and distributed Microservice Abstraction ...
Spring Boot is a robust framework that simplifies the development of Java applications. One of its powerful features is the support for asynchronous method execution. By using the @Async annotation, ...
This article will help you to implement parallel calls in a Spring Boot Java application and to test these asynchronous functions. Let’s start with the requirements to implement asynchronous calls.
└─spring-boot-assembly │ LICENSE │ NOTICE │ README.md │ ├─bin │ restart.sh │ shutdown.sh │ startup.bat │ startup.sh │ ├─boot │ spring-boot-assembly.jar │ ├─config │ │ application-local.yml │ │ ...