MVP to demonstrate URL shortening in Spring Boot + Kotlin
For building and running the application you need:
For local development, an appropriate IDE should have these included already.
There are several ways to run a Spring Boot application on your local machine. One way is to execute the main
method in the benruehl.urlshortener.UrlShortenerApplication
class from your IDE.
Alternatively, you can start the application from your command line like so:
./gradlew bootRun