Replace 'main' property with the 'mainClass' property in the Spring Boot 'bootRun' Gradle Task.
This commit is contained in:
@@ -33,6 +33,6 @@ bootJar {
|
||||
}
|
||||
|
||||
bootRun {
|
||||
main = 'example.app.caching.inline.async.client.BootGeodeAsyncInlineCachingClientApplication'
|
||||
mainClass = 'example.app.caching.inline.async.client.BootGeodeAsyncInlineCachingClientApplication'
|
||||
args "--spring.profiles.active=peer-cache,queue-batch-size,server"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user