Spring Boot 'Properties' Magic - Part 1 | Spring Boot: Finally Understandable

Опубликовано: 05 Октябрь 2024
на канале: Marco Behler
984
22

► Java/Spring courses & guides
https://www.marcobehler.com

► Newsletter
https://bit.ly/2K0Ao4F

► YouTube sub
https://bit.ly/2lVExgm

What are you going to learn? Where Spring Boot looks for property files How Spring Boot reads these property files How you can implement that logic yourself (Part 1) Why is this important? Every application needs properties. You want to configure the database username/password, the webserver port, your Stripe payment API keys. But Spring boot takes it further: It's not only about specifying these properties, but Spring will actually configure a lot of code and beans with these properties. This episode is Part 1 of bringing light into Spring Boot's property magic