SpringBoot + PostgreSql = Data is not saved in the database
After one or two months, I decided to work with Spring Boot again and tried to build a REST API. While performing CRUD operations, I faced an issue where my data was not being saved to the database. I am…