A simple contact book application.
How to create a ReST-API application using Spring-Boot Framework.
Spring-Boot
Spring-Web
Spring-Data
MySQL
Username: tutorial
Password: password
Database: contact
Hibernate generates database tables automatically by run this application and deletes table by terminate this application.
Port: 8300
Find application.yml in resources folder and edit configuration in this file.
contacts: {host:port}/contacts
contact by id: {host:port}/contacts/{id}
save contact: {host:port}/contacts/save
delete contact: {host:port}/contacts/{id}/delete
Data folder contains a sample JSON-file to save contact.