Full Stack Development with Spring Boot and React — Javadoc
Packages
Package
Description
Application root package for the Spring Boot backend.
Application-wide configuration classes.
REST controllers that define the public API of the application.
Data Transfer Objects (DTOs) for the Product API.
This package defines custom exceptions for the application.
Provides MapStruct-based mappers for converting between
domain entities and Data Transfer Objects (DTOs).
JPA Entities that represent the core domain model of the application.
This package contains the repository interfaces for the application.
This package contains the service layer of the application.