This project have objective to implement example Class and Records codes about application properties deserialization of the Spring Boot 3 applications.
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 ). |