This is a very basic demo project which demonstrates how to use spring boot with gradle build configuration using multiple modules and Kotlin DSL.
- clone the project
- build and run the application:
gradle build
gradle bootRun
Demo response will be accessible on: http://localhost:8080/module/test
- Spring boot 2.4.5
- Gradle 6.8.3 with Kotlin DSL
- Java 11 (with modules)