/spring-kotlin-demo

Primary LanguageKotlinMIT LicenseMIT

disruptive-guestbook ( Spring Boot 2.0 with Kotlin demo)

This is a demo application for the "Application.kt - Spring Boot 2 with Kotlin " presentation at the inovex Meetup.

Requirements

Run the application

  1. Set your giphy api key in application.properties
  2. Start the local mongodb by docker-compose up
  3. Build and run the Application by ./gradlew bootRun
  4. Open the web application in your browser: http://localhost:8080
  5. Stop the mongodb by docker-compose down

Usefull Links