Skip to content
Struggler edited this page Jan 10, 2025 · 2 revisions

Welcome to the spring-boot-microservices wiki!

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": "balramc@example.com",
            "mobile": "125412541254",
            "location": "Hyderabad",
            "departmentId": 1
        },
        "department": {
            "id": 1,
            "name": "IT",
            "location": "Hyderabad"
        }
    }

Clone this wiki locally