Tag

constructorbinding

0 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Feb 21, 2025 · Backend Development

Master Spring Boot 3 Config: @ConfigurationProperties, Constructor Binding & Default Values

This article introduces a comprehensive Spring Boot 3 case collection and provides a detailed guide on using @ConfigurationProperties, constructor binding, @DefaultValue, and record types for type‑safe configuration, including examples of nested properties, collections, and default values, while promising ongoing updates and free source code for subscribers.

ConfigurationPropertiesDefaultValueJava
0 likes · 9 min read
Master Spring Boot 3 Config: @ConfigurationProperties, Constructor Binding & Default Values
Java Architecture Diary
Java Architecture Diary
Dec 6, 2019 · Backend Development

What’s New in Spring Boot 2.2.2? Key Features and Bug Fixes Explained

Spring Boot 2.2.2 introduces ConstructorBinding enhancements, Gradle 6 support, and a series of bug fixes ranging from @SpyBean scope issues to Liquibase endpoint inaccuracies, providing developers with clearer configuration handling and improved stability across the framework.

JavaRelease NotesSpring Boot
0 likes · 3 min read
What’s New in Spring Boot 2.2.2? Key Features and Bug Fixes Explained