Oct 16, 2023
Define a POJO, essentially an class with @Entity properties that enables it to be used with Spring Boot in the process of making a database. Continue by creating API and JPA to enable frontend to request, backend to write to database and respond.