Configure the 'bootRun' Gradle Task to run the Inline Caching example.

This commit is contained in:
John Blum
2020-05-18 00:19:54 -07:00
parent fdff3b354a
commit edeb05ab70

View File

@@ -25,3 +25,7 @@ dependencies {
bootJar {
mainClassName = 'example.app.caching.inline.BootGeodeInlineCachingApplication'
}
bootRun {
main = 'example.app.caching.inline.BootGeodeInlineCachingApplication'
}