Replace 'main' property with the 'mainClass' property in the Spring Boot 'bootRun' Gradle Task.
This commit is contained in:
@@ -29,5 +29,5 @@ bootJar {
|
||||
}
|
||||
|
||||
bootRun {
|
||||
main = 'example.app.caching.inline.BootGeodeInlineCachingApplication'
|
||||
mainClass = 'example.app.caching.inline.BootGeodeInlineCachingApplication'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user