This webapp is a simple diary app. You can create, update and delete diary entries, and list all or filtered in descending order.
This project is a Spring Boot RESTful CRUD application that demonstrates how to build APIs using Spring Boot, Spring Data JPA, MySQL, Validation, and Spring Security. It supports basic Create, Read, ...