Using Java Records with Spring Boot 3 | Spring Boot Banking Application

preview_player
Показать описание


Udemy course: Build 5 Spring Boot Projects with Java: Line-by-Line Coding

Java records are a type of class designed for holding immutable data. They automatically provide implementations for methods like equals(), hashCode(), and toString(), significantly reducing boilerplate code. This makes them ideal for creating Data Transfer Objects (DTOs), entities, and other model classes in a Spring Boot application.
Рекомендации по теме
Комментарии
Автор

New Udemy course: Build 5 Spring Boot Projects with Java: Line-by-Line Coding

JavaGuides
Автор

Hi, thanks for sharing a record example. Can you please explain how we can add validation for each field as part of the request body in case of Record class

nagireddygajjela
Автор

What if I want to update my one of the fields in the record. In this case record is not useful.... Right?

shubhamupadhyay
Автор

Ramesh please make this course available for Udemy buisness.

AkshayBhoi__