Configure the 'bootRun' Gradle Task to run the Look-Aside Caching example.

This commit is contained in:
John Blum
2020-05-18 00:39:37 -07:00
parent 050679d7cf
commit 898b3351fa

View File

@@ -17,3 +17,7 @@ dependencies {
bootJar {
mainClassName = 'example.app.caching.lookaside.BootGeodeLookAsideCachingApplication'
}
bootRun {
main = 'example.app.caching.lookaside.BootGeodeLookAsideCachingApplication'
}