spring-boot/spring-bootstrap/src
Dave Syer d6a670e13e [bs-47] Add default command line args to SpringApplication
* See SpringApplication.setDefaultCommandLineArgs
* Assumes command line is in "simple" form (TODO: if we
need JOpt etc. support then the command line args parsing from
Spring needs to be exposed)
* If defaults are provided the command line might be re-ordered
slightly (non-option args come after option args)
* Allows custom application.properties file names to be specified
as a side effect (--spring.config.name=... or
--spring.config.location=...}.

[Fixes #48284369]
2013-04-26 10:45:08 +01:00
..
main [bs-47] Add default command line args to SpringApplication 2013-04-26 10:45:08 +01:00
test [bs-47] Add default command line args to SpringApplication 2013-04-26 10:45:08 +01:00