This repository contains the code of a Spring Boot Kotlin application example with Okta OpenID Connect authentication.
Prerequisites:
To install this example, run the following commands:
git clone https://github.com/indiepopart/kotlin-hello-world.git
cd kotlin-hello-worldBuild with Maven:
mvn clean installRun in with Maven:
mvn exec:java