Skip to content

Latest commit

 

History

History

Introduction

This is the java implementation of the simple rest api. It was created using the spring cli.

spring init --build=gradle --java-version=17 --dependencies=web,data-jpa,h2,flyway rest-simple --type=gradle-project-kotlin

Getting Started

Run the application:

make run

Run the test suite:

make test

Visit the swagger ui:

http://localhost:8081/swagger-ui/