Package restructure

This commit is contained in:
Phillip Webb
2013-07-08 13:39:03 -07:00
parent cd51f357a3
commit 0b863611d9
389 changed files with 1111 additions and 1051 deletions

View File

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

View File

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