• Andy Wilkinson's avatar
    Add mainClassName to springBoot DSL in Gradle plugin · ccca943e
    Andy Wilkinson authored
    This commit introduces a new mainClassName property on the springBoot
    DSL provided by the Gradle plugin. It can be used to explicitly
    configure the mainClassName of the default bootRun, bootJar, and
    bootWar tasks in a single place. Previously, the only mechanism
    provided to do so was the mainClassName property that's only available
    when the application plugin has been applied.
    
    Closes gh-10623
    ccca943e
Name
Last commit
Last update
..
getting-started.adoc Loading commit data...
index.adoc Loading commit data...
integrating-with-actuator.adoc Loading commit data...
managing-dependencies.adoc Loading commit data...
packaging.adoc Loading commit data...
publishing.adoc Loading commit data...
reacting.adoc Loading commit data...
running.adoc Loading commit data...