• Dave Syer's avatar
    Add some more smarts around --debug · c5584b49
    Dave Syer authored
    --verbose seems to be only for CLI logging (so really only
    for dependency resolution). --debug is interpreted by SpringApplication
    but up to now has been extracted and deleted from the command line
    by the CommandRunner. This change makes --debug set a System property
    *and* pass it down to the application (if used with -- separator).
    
    Fixes gh-266
    c5584b49
Name
Last commit
Last update
..
samples Loading commit data...
src Loading commit data...
test-samples Loading commit data...
.gitignore Loading commit data...
README.md Loading commit data...
pom.xml Loading commit data...