Spring personal demo project
This Project is a demo application to access and upload a csv file and then perform the below operations:
- Find All records
- Find a single record by code
- Delete a record by code
To Access the application run the Spring Boot App in your local and access the http://localhost:8080 This will open a index.html landing page where you can do all the mentioned operations.