Simple Kotlin to develop little tiny agile monolithic webapps using plain servlets as starting point. It's inspired by many little toolkits saw in my spare time :).
Based on simple and known tools:
- JDK 11 as platform
- Kotlin (at least 1.5) as language
- Maven as build tool (no installment need maven wrapper is configured)
- Jakarta Servlets 5.0 as servlet reference
- Jetty 11.0.x (only for testing)
- SLF4J for logging support
- kotest for testing