/students-demo

A Spring RESTful API using Kotlin and Maven

Primary LanguageKotlin

spring kotlin students demo

A spring RESTful API demo. It manages student entities. The data is stored to a h2 Database and reset on every application run. The main components of the application:

Run the application

To run the application you have to clone or download the repository and import it to and IDE like Eclipse or Intellij or you can excecute is with maven shell commands:

mvn spring-boot:run