Dave Syer
0c1aa1942e
Add tests for loading dependencies in starters without parent
12 years ago
Dave Syer
3adfdd34ec
Use simplified @Grab where possible
12 years ago
Phillip Webb
4c067a89fe
Ops -> Actuator
13 years ago
Phillip Webb
3bb79db579
Renamed spring-boot-ups -> spring-boot-starter
13 years ago
Dave Syer
2098e23fca
Change package names zero->boot
...
* actuator -> boot-ops
* cli -> boot-cli
* launcher -> boot-load
* autoconfig -> boot-config
* bootstrap -> boot-strap
* starters -> boot-up
[#54095231 ] [bs-253] Refactor Zero->Boot
13 years ago
Phillip Webb
0b863611d9
Package restructure
13 years ago
Phillip Webb
cd51f357a3
Further maven module restructure
13 years ago
Phillip Webb
261955c50b
Restructure 'bootstrap' to use 'zero'
13 years ago
Phillip Webb
40bf334871
Restructure projects layout
13 years ago
Dave Syer
c65a224f4d
[bs-85] Change name of groovy sample script
13 years ago
Phillip Webb
589ef1868d
Update hardcoded bootstrap references to 0.5.0
13 years ago
Dave Syer
83e0ea22c1
[bs-19] Add samples and CLI support for Spring Integration
...
$ cd spring-bootstrap-cli
$ export SPRING_HOME=target
$ src/main/scripts/spring run samples/integration.groovy
The big disadvantage at the moment is that there is no goo way to
detect Spring Integration in the AST (at least not as good as @Enable*).
So for now we are looking for @MessageEndpoint or a class name with
SpringIntegration in it.
[#48151147 ]
13 years ago
Dave Syer
38f0cf1ed2
[bs-62] Add integration tests for CLI samples
...
[Fixes #48658503 ]
13 years ago