Tag

parameter-binding

0 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Mar 12, 2025 · Backend Development

Mastering @BindParam in Spring Boot 3: Seamlessly Map Path and Query Parameters

This article explains how Spring Boot 3's new @BindParam annotation lets developers map mismatched path and query parameters to constructor arguments, supports @ModelAttribute, and shows how to create custom name resolvers for advanced parameter binding scenarios.

Backend DevelopmentBindParamJava
0 likes · 6 min read
Mastering @BindParam in Spring Boot 3: Seamlessly Map Path and Query Parameters
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Sep 17, 2024 · Backend Development

5 Must‑Know Spring Boot 3.2.5 Features You Can Start Using Today

This article walks through five practical Spring Boot 3.2.5 enhancements—including collection‑parameter validation, wildcard @PropertySource loading, improved method injection, custom thread‑pool scheduling, and robust Number‑type request handling—showing code examples, console output, and migration tips from older versions.

JavaSpring BootValidation
0 likes · 8 min read
5 Must‑Know Spring Boot 3.2.5 Features You Can Start Using Today