Configure the 'bootRun' Gradle Task to run the Inline Caching example.
This commit is contained in:
@@ -25,3 +25,7 @@ dependencies {
|
||||
bootJar {
|
||||
mainClassName = 'example.app.caching.inline.BootGeodeInlineCachingApplication'
|
||||
}
|
||||
|
||||
bootRun {
|
||||
main = 'example.app.caching.inline.BootGeodeInlineCachingApplication'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user