• Andy Wilkinson's avatar
    Allow the SpringApplication class used by the CLI to be configured · 8520554e
    Andy Wilkinson authored
    This commit adds support to the CLI for launching a custom
    SpringApplication implementation. The class that is launched can be
    configured using the spring.application.class.name System property
    or the SPRING_APPLICATION_CLASS_NAME environment variable with the
    former taking priority.
    
    Closes gh-2030
    8520554e
Name
Last commit
Last update
..
app Loading commit data...
command Loading commit data...
compiler Loading commit data...
jar Loading commit data...
util Loading commit data...
DefaultCommandFactory.java Loading commit data...
SpringCli.java Loading commit data...