排序
Is it okay if my app is not microservices-based?
Is it okay if my app is not microservices-based?,I have a bad habit of throwing myself into analysis paralysis over issues that I shouldn't be thinking so hard about. I also tend t...
Spring Boot: Auto Configuration and Projects
Spring Boot: Auto Configuration and Projects, What is the Spring Boot? Spring Boot is basically an extension of the Spring framework which eliminated the boilerplate configurations...
Microservices Architecture Tutorial: all you need to get started
Microservices Architecture Tutorial: all you need to get started,Microservice architecture is one of the most discussed software architecture trends at the moment, and it has forev...
Accessing Apache Kafka from Quarkus
Accessing Apache Kafka from Quarkus,This article describes how to develop microservices with Quarkus which use Apache Kafka running in a Kubernetes cluster. Quarkus supports MicroP...
How to Consolidate API-Documentation in a Microservices Environment
How to Consolidate API-Documentation in a Microservices Environment,Consolidate multiple Swagger API documents in a single “source of truth” document to enable developers to util...
Development of Reactive Applications with Quarkus
Development of Reactive Applications with Quarkus,In the context of cloud-native applications the topic ‘reactive’ becomes more and more important, since more efficient applicati...
Spring @ConfigurationProperties annotation explained
Spring @ConfigurationProperties annotation explained, Spring @ConfigurationProperties. Spring provides several ways of… | by Habeeb Okunade | Medium Habeeb Okunade ・ Mar 1, 2020 ...
Value Spring Spring @Value annotation tricks
Value Spring Spring @Value annotation tricks, Spring @Value annotation tricks. Spring framework provides@Value… | by Habeeb Okunade | Medium Habeeb Okunade ・ Feb 29, 2020 ・ Medi...
Async Rest Client to DynamoDB using Spring Boot
Async Rest Client to DynamoDB using Spring Boot, 1. Overview Starting from Spring framework 5.0 and Spring Boot 2.0, the framework provides support for asynchronous programming, so...
The complete gRPC course [Protobuf + Go + Java]
The complete gRPC course [Protobuf + Go + Java], The complete gRPC course (16 Part Series) 1 The complete gRPC course [Protobuf + Go + Java] 2 Introduction to gRPC: why, what, how?...
JHipster Crash Course
JHipster Crash Course,In this post, I will cover and guide you through the necessary steps to generate a JHipster application. JHipster is an opinionated generator that helps you t...
Docker and Java Spring Boot [Part.1: Continuous Integration]
Docker and Java Spring Boot [Part.1: Continuous Integration], CI/CD Java Docker Kubernetes (2 Part Series) 1 Docker and Java Spring Boot [Part.1: Continuous Integration] 2 Kubernet...