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

This commit is contained in:
John Blum
2020-05-18 00:08:14 -07:00
parent 9900541cfe
commit fdff3b354a

View File

@@ -20,5 +20,9 @@ dependencies {
}
bootJar {
mainClassName = 'example.app.caching.lookaside.BootGeodeHttpSessionCachingApplication'
mainClassName = 'example.app.caching.session.http.BootGeodeHttpSessionCachingApplication'
}
bootRun {
main = 'example.app.caching.session.http.BootGeodeHttpSessionCachingApplication'
}