Quick start kotlin Junit 5 Pure mokito integeration testing
If you have gradle in path, then invoke gradle as
gradle assemble
If you have wrapper for linux
./gradlew assemble
If you have wrapper for windows
.\gradlew assemble
Then execute bellow task to start spring boot
.\gradlew clean test