Restructure 'bootstrap' to use 'zero'

This commit is contained in:
Phillip Webb
2013-07-05 16:44:24 -07:00
parent d039822064
commit 261955c50b
443 changed files with 1361 additions and 1774 deletions

View File

@@ -1,6 +1,6 @@
package org.test
@Grab("org.springframework.bootstrap:spring-bootstrap-actuator:0.5.0.BUILD-SNAPSHOT")
@Grab("org.springframework.zero:spring-zero-actuator:0.5.0.BUILD-SNAPSHOT")
@Controller
class SampleController {

View File

@@ -1,6 +1,6 @@
package org.test
import static org.springframework.bootstrap.cli.template.GroovyTemplate.template;
import static org.springframework.zero.cli.template.GroovyTemplate.template;
@Component
class Example implements CommandLineRunner {