SpringBootBasics Simple Crud Application using SpringBoot http://localhost:8080/view/users returns table of users in the database http://localhost:8080/api/users to GET the user data http://localhost:8080/api/users/{id} to POST the user data