Skip to content

cheryalabalram/spring-boot-microservices

Repository files navigation

Getting Started

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

Balram Cheryala

API Calls!

OUTPUT

    {
        "user": {
            "id": 1,
            "name": "balram",
            "emailId": "[email protected]",
            "mobile": "125412541254",
            "location": "Hyderabad",
            "departmentId": 1
        },
        "department": {
            "id": 1,
            "name": "IT",
            "location": "Hyderabad"
        }
    }