Demonstrates how to use Codekvast on a Spring boot based app running in Heroku.
It illustrates a number of ways for building a Spring Boot app with Codekvast agent attached.
Each method lives in a separate branch.
All Java code is the same in all branches. The only things that differ are the build scripts.
Branches:
gradle-application- Uses the standard Gradleapplicationplugin, with support for Spring Boot executable jar disabled.gradle-executable-jar- Uses the Gradlespring-boot-gradle-pluginfor building a Spring Boot-style executable jar file.maven-executable-jar- Uses the Mavenxxxplugin for building a Spring Boot-style executable jar file.