You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-cli/samples
Andy Wilkinson b0c5d3254a Make "." be the CLI's default classpath
Previously, the default classpath was empty. Now, in the absence of the
user providing a classpath via the -cp option, the default classpath
will be ".". If the user does specify a classpath, the classpath that's
used will be exactly what they have specified, i.e. "." will no longer
be on the classpath unless specified by the user.

The app sample integration test has been updated to verify that "." is
only the classpath by default.

Fixes #115
11 years ago
..
actuator.groovy Add tests for loading dependencies in starters without parent 11 years ago
app.groovy Make "." be the CLI's default classpath 11 years ago
device.groovy Use simplified @Grab where possible 11 years ago
http.groovy Startup time for CLI app much quicker now 11 years ago
integration.groovy Change package names zero->boot 11 years ago
jms.groovy Polish 11 years ago
job.groovy Polish 11 years ago
rabbit.groovy Polish 11 years ago
reactor.groovy Polish 11 years ago
runner.groovy Polish 11 years ago
runner.xml Change package names zero->boot 11 years ago
secure.groovy Add tests for loading dependencies in starters without parent 11 years ago
template.groovy Isolate class loading for launched CLI apps 11 years ago
tx.groovy Polish 11 years ago
ui.groovy Use simplified @Grab where possible 11 years ago
web.groovy Polish 11 years ago