This project requires Java 11 compiler.
Include Launchpad to your project:
<dependency>
<groupId>de.focus-shift</groupId>
<artifactId>launchpad</artifactId>
<version>...</version>
</dependency>
Choose the right version of Launchpad for your Spring Boot version:
- 0.x is using spring boot 2.x as a parent
- 1.x is using spring boot 3.x as a parent
Launchpad is Open Source software released under the Apache License 2.0.