spring-boot/spring-bootstrap
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
..
src [bs-47] Add default command line args to SpringApplication 2013-04-26 10:45:08 +01:00
pom.xml [bs-72], [bs-75] Add Batch plugin features 2013-04-26 07:01:37 +01:00