spring-boot/spring-boot-cli/samples
Dave Syer 75af18df7d Add support for beans{} in CLI scripts
User can add (a single) beans{} DSL declaration (see GroovyBeanDefinitionReader
in Spring 4 for more detail) anywhere at the top level of an application source
file. It will be compiled to a closure and fed in to the application context
through a GroovyBeanDefinitionReader. Cool!

The example spring-boot-cli/samples/beans.groovy runs in an integration test
and passes (see SampleIntegrationTests).
2013-12-19 17:11:01 +00:00
..
actuator.groovy Add tests for loading dependencies in starters without parent 2013-11-07 16:05:01 +00:00
app.groovy Make "." be the CLI's default classpath 2013-12-04 11:13:49 +00:00
beans.groovy Add support for beans{} in CLI scripts 2013-12-19 17:11:01 +00:00
device.groovy Use simplified @Grab where possible 2013-10-09 10:16:01 -04:00
http.groovy Startup time for CLI app much quicker now 2013-09-05 17:14:08 -07:00
integration.groovy Change package names zero->boot 2013-07-26 14:13:41 +01:00
jms.groovy Polish 2013-11-04 22:17:38 -08:00
job.groovy Polish 2013-11-04 22:17:38 -08:00
rabbit.groovy Polish 2013-11-04 22:17:38 -08:00
reactor.groovy Polish 2013-11-04 22:17:38 -08:00
runner.groovy Polish 2013-11-04 22:17:38 -08:00
runner.xml Change package names zero->boot 2013-07-26 14:13:41 +01:00
secure.groovy Add tests for loading dependencies in starters without parent 2013-11-07 16:05:01 +00:00
template.groovy Isolate class loading for launched CLI apps 2013-11-04 23:19:46 -08:00
tx.groovy Polish 2013-11-04 22:17:38 -08:00
ui.groovy Switch to thymeleaf-spring4 2013-12-19 13:40:24 +00:00
web.groovy Polish 2013-11-04 22:17:38 -08:00