Tag

UriComponentsBuilder

1 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Mar 26, 2024 · Backend Development

Mastering Spring's UriComponentsBuilder: Build and Encode URIs Efficiently

This guide demonstrates how to use Spring's UriComponentsBuilder and related classes—UriBuilderFactory, ServletUriComponentsBuilder, and MvcUriComponentsBuilder—to construct, encode, and link URIs in various scenarios, providing clear code examples for each step, including handling templates, query parameters, and servlet contexts.

JavaSpringURI
0 likes · 6 min read
Mastering Spring's UriComponentsBuilder: Build and Encode URIs Efficiently
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Oct 19, 2022 · Backend Development

Mastering RouterFunction Filters and URL Builders in Spring Boot 2.4

This tutorial demonstrates how to apply before, after, and custom filter functions to Spring WebFlux RouterFunction routes, shows a complete handler and router configuration example, and explains the use of UriComponentsBuilder for flexible URI construction in Java backend applications.

FilterJavaSpring Boot
0 likes · 6 min read
Mastering RouterFunction Filters and URL Builders in Spring Boot 2.4