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