The aim of the program is Customer creating and searching.
To build such system, spring boot framework v2.3.1 used.
Prerequisites To run the program, a maven is needed. Intellij has all premise installation requirements
- Create the Customer with the name and id code.
- Serach the Customer with the id code.
http://localhost:8080/customers
{ "id": 1, "name": "Onder Guzeloglu" }
http://localhost:8080/customers
{
"id":2,
"name":"Soner Guzeloglu"
}
http://localhost:8080/cusotmers/1
{ "id": 1, "name": "Onder Guzeloglu"
http://localhost:8080/customers/2
{ "id":2, "name":"Soner Guzeloglu" }
Maven - Dependency Management
v0.1
Önder Guzeloglu - Initial work"# Customer-System" "# Customer-System" "# Customer-System"