Tutorial: Get Started With Kotlin

This repository contains the code of a Spring Boot Kotlin application example with Okta OpenID Connect authentication.

Prerequisites:

Getting Started

To install this example, run the following commands:

git clone https://github.com/indiepopart/kotlin-hello-world.git
cd kotlin-hello-world

Run the Application

Build with Maven:

mvn clean install

Run in with Maven:

mvn exec:java