Skip to content

This project have objective to implement example Class and Records codes about application properties deserialization of the Spring Boot 3 applications.

Notifications You must be signed in to change notification settings

fabio-info-bsi/application-properties-with-records

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

application-properties-with-records

en pt-br

This project have objective to implement example Class and Records codes about application properties deserialization of the Spring Boot 3 applications.


Prerequisites


Examples

Class / Record Description
br.com.fabex.application.properties.ClientX Implementation using class, writing getters and setters.
br.com.fabex.application.properties.ClientY Implementation using class and annotation @Data of the lombok for generate getters and setters.
br.com.fabex.application.properties.ClientZ Implementation using record.
br.com.fabex.application.properties.Integration Implementation using record (with nested record).

About

This project have objective to implement example Class and Records codes about application properties deserialization of the Spring Boot 3 applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages