Replace 'main' property with the 'mainClass' property in the Spring Boot 'bootRun' Gradle Task.
This commit is contained in:
@@ -26,6 +26,6 @@ bootJar {
|
||||
}
|
||||
|
||||
bootRun {
|
||||
main = 'example.app.temp.geode.client.BootGeodeClientApplication'
|
||||
mainClass = 'example.app.temp.geode.client.BootGeodeClientApplication'
|
||||
args "--spring.profiles.active=client"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user