Fix incorrect main class name for the Spring Boot JAR file.

This commit is contained in:
John Blum
2019-08-05 17:44:59 -07:00
parent 3dcc662fde
commit ba537f2913

View File

@@ -26,5 +26,5 @@ dependencies {
}
bootJar {
mainClassName = 'example.app.temp.geode.client.BootGeodeClientApplication'
mainClassName = 'example.app.caching.lookaside.BootGeodeLookAsideCachingApplication'
}