Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

plavjanik/sample-spring-boot-api-service

Repository files navigation

Zowe Sample API Service · GitHub license CircleCI Build Status PRs Welcome codecov

Prerequisites

Following platform is required to run the application:

Quick Start

Build you application:

./gradlew build

Note: On Windows use gradlew instead of ./gradlew

Start your application:

./gradlew bootRun

Use the Application

Open https://localhost:10080/api/v1/greeting in your browser or favorite REST API client (for example HTTPie, REST Client for VSCode, or Insomnia.

Use zowe as the username and zowe as the password.

The default page https://localhost:10080/ opens Swagger UI with the API Documentation.

Swagger UI

Customize and Extend Your Application

For further reference, please consider the following sections:

Learn More about Gradle and Spring Boot

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

Additional Links

These additional references should also help you: