Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.13 KB

File metadata and controls

52 lines (33 loc) · 1.13 KB

User Service

This microservice provides the user functionality exposed by REST endpoints.

Application supports distributed tracing(Spring Cloud Sleuth, Zipkin) and OpenAPI Specification standard.

Getting Started

Prerequisites

Installation

Start application:

./gradlew bootRun

Usage

Build

# Clean build jar
./gradlew clean build

# Build docker image
./gradlew jibDockerBuild

Important Endpoints

Name Endpoint
User Service http://localhost:8081/
Swagger UI http://localhost:8081/swagger-ui.html
Swagger api-docs http://localhost:8081/v3/api-docs