Guide to Spring @Autowired

2021 VietMX 0

1. Overview Starting with Spring 2.5, the framework introduced annotations-driven Dependency Injection. The main annotation of this feature is @Autowired. It allows Spring to resolve and inject collaborating beans […]

Guide to Spring 5 WebFlux

2021 VietMX 0

1. Overview Spring WebFlux is part of Spring 5 and provides reactive programming support for web applications. In this tutorial, we’ll be creating a small […]

Guide to Spring Cloud Kubernetes

2021 VietMX 0

1. Overview When we build a microservices solution, both Spring Cloud and Kubernetes are optimal solutions, as they provide components for resolving the most common challenges. However, if we […]

A Guide to Spring Boot Admin

2021 VietMX 0

1. Overview Spring Boot Admin is a web application, used for managing and monitoring Spring Boot applications. Each application is considered as a client and registers […]

A Guide to JPA with Spring

2021 VietMX 0

1. Overview This tutorial shows how to set up Spring with JPA, using Hibernate as a persistence provider. For a step-by-step introduction to setting up the […]

The Guide to RestTemplate

2021 VietMX 0

1. Overview In this tutorial, we’re going to illustrate the broad range of operations where the Spring REST Client — RestTemplate — can be used, and used […]