Fix incorrect main class name for the Spring Boot JAR file.
This commit is contained in:
@@ -26,5 +26,5 @@ dependencies {
|
||||
}
|
||||
|
||||
bootJar {
|
||||
mainClassName = 'example.app.temp.geode.client.BootGeodeClientApplication'
|
||||
mainClassName = 'example.app.caching.lookaside.BootGeodeLookAsideCachingApplication'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user