Skip to content

Latest commit

 

History

History

An example with minimal config that uses:

  • Java 11
  • Gradle 5.0 with Kotlin as DSL
  • Spring Boot 2.1
  • JUnit 5
  • Mockito 2

To run:

gradle bootRun

To test:

gradle test