Skip to content

Spring boot application which describes basic spring boot config properties concepts

Notifications You must be signed in to change notification settings

tomasbalaz/spring-boot-3-config-properties

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring boot 3 config properties

Spring boot 3 config properties is Spring boot application which covers basic Spring boot concepts :

  • How to read property file with @Value annotation
  • How to properly use @ConfigurationProperties annotation
  • Example of application levels in application file
  • How to use validation in application file with spring-boot-starter-validation
  • Binding properties to Immutable Objects using constructor binding
  • How to use Java records in ApplicationProperties instead of Java classes