Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 612 Bytes

File metadata and controls

14 lines (8 loc) · 612 Bytes

Spring Rest - A RESTful API written in Spring Boot

This is a simple app using Spring Boot as part of Red Hat OpenShift Application Runtimes.

Usage

  1. git clone
  2. mvn spring-boot:run

OpenAPI (formerly known as Swagger) Support

The app uses Spring Fox to generate an OpenAPI spec. You can view the spec at /swagger.json or Swagger UI at /swagger-ui.html.

Hello