21:00
Spring & Spring Boot ConfigurationProperties Tutorial #list #map #config #innerclass #nested #prefix
The unsung hero of Spring boot is the application.properties files (or the application.yaml file, I don't judge). But to really get the ...
5:31
Full Guide to @ConfigurationProperties in SpringBoot | properties and yaml files | Geekific
Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In the last video of this ...
25:58
🛑 Stop Using @Value Everywhere! The Power of @ConfigurationProperties Explained ✅
Stop using @Value everywhere! In this Spring Boot tutorial, I'll show you why @ConfigurationProperties is the right way to ...
11:46
ConfigurationProperties explained - Microservice configuration with Spring Boot [06]
Have you seen the new Java Brains? Check out www.javabrains.io now for awesome courses and content! Full course: ...
7:41
Spring Boot Configuration Properties On A Record
Enjoy! :-) Thank you for commenting and asking questions. Discord server - Where we discuss programming languages and tech ...
16:33
Spring Boot @ConfigurationProperties Annotation Tutorial
Spring Boot has many useful features including externalized configuration and easy access to properties defined in properties ...
10:54
⚡ Spring Boot @ConfigurationProperties Tips & Tricks
Maciej Walkowiak 🍃 Spring Academy
Video explaining how to validate @ConfigurationProperties annotated classes, how to get nice autocompletion in the IDE and ...
6:58
Validating @ConfigurationProperties in Spring Boot
The @ConfigurationProperties annotation in Spring Boot is used to bind configuration parameters typically from properties or ...
19:17
Spring Boot Secret Properties: How to store secrets in your Configuration Properties
In this tutorial, you will learn how to use Spring Boot secret properties in your next application. When you define your own ...
29:03
Spring Boot Tutorial 2020 | @ConfigurationProperties Example
If you ever wonder how to use @ConfigurationProperties to read property values, then you have come to the right place!! Today ...
13:20
Spring Boot Configuration Properties: Working with Lists & Maps
In this tutorial you will learn how to create configuration properties in Spring Boot. This will bind properties to a type (class or ...
20:15
Spring Boot ConfigurationProperties Lists and Maps
Convert your configuration into Java classes. Use maps and lists to store your properties. Enjoy! :-) Thank you for commenting and ...
12:37
Spring Boot @ConfigurationProperties: The Ultimate Guide
springboot allows you to define and manage configuration properties in a flexible way. In this video we take you through how to do ...
6:13:53
The ULTIMATE Guide to Spring Boot: Spring Boot for Beginners
I've created an improved introduction to Spring Boot, check it out here: https://youtu.be/M2U4_t_PSRM Important! Read the notes ...
25:14
Spring Boot - ConfigurationProperties vs Value
Never use @Value in your Spring Boot Applications again! Its much nicer and cleaner to map classes to the properties. Use the ...
48:30
Hi, Spring fans! In this installment, we'll look at the Spring Environment abstraction, PropertySources, how profiles interact with ...
16:01
Master Spring Boot: @ConfigurationProperties Annotation | Spring Boot Tutorial 2026 #springboot
Spring Boot, Java Spring Boot, Spring Framework, Backend Development, Software Engineer, Clean Code, Spring Boot Project, ...
15:02
Spring Boot Properties: @ConfigurationProperties vs @Value Explained | How It Works |When to Use It
Master Spring Boot's externalized configuration! This in-depth guide breaks down the core differences between ...
4:18
Override Spring Boot Configuration Properties For Tests
How to Define a Property File for Testing in Spring Boot: In Spring Boot, you can define properties files to configure your ...
3:57
Spring Boot - @ConfigurationProperties | PART 1 | Simple Programming
Welcome to Simple Programming Spring Boot @ConfigurationProperties maps the entire property file into a java object.