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