Exploring the Spring 5 WebFlux URL Matching

2021 VietMX 0

1. Overview Spring 5 brought a new PathPatternParser for parsing URI template patterns. This is an alternative to the previously used AntPathMatcher. The AntPathMatcher was an implementation of Ant-style path pattern matching. PathPatternParser breaks […]

Spring 5 WebClient

2021 VietMX 0

1. Overview In this tutorial, we’re going to examine the WebClient, which is a reactive web client introduced in Spring 5. We’re also going to look […]

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 […]

Spring Cloud AWS – EC2

2021 VietMX 0

1. EC2 Metadata Access The AWS EC2MetadataUtils class provides static methods to access instance metadata like AMI Id and instance type. With Spring Cloud AWS we can inject […]

Spring Cloud AWS – RDS

2021 VietMX 0

1. RDS Support 1.1. Simple Configuration Spring Cloud AWS can automatically create a DataSource just by specifying the RDS database identifier and the master password. The username, JDBC […]