• Dave Syer's avatar
    Add support for beans{} in CLI scripts · 75af18df
    Dave Syer authored
    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).
    75af18df
Name
Last commit
Last update
..
actuator.groovy Loading commit data...
app.groovy Loading commit data...
beans.groovy Loading commit data...
device.groovy Loading commit data...
http.groovy Loading commit data...
integration.groovy Loading commit data...
jms.groovy Loading commit data...
job.groovy Loading commit data...
rabbit.groovy Loading commit data...
reactor.groovy Loading commit data...
runner.groovy Loading commit data...
runner.xml Loading commit data...
secure.groovy Loading commit data...
template.groovy Loading commit data...
tx.groovy Loading commit data...
ui.groovy Loading commit data...
web.groovy Loading commit data...