Configure the 'bootRun' Gradle Task to run the HttpSession Caching example.
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user