change folder structure

This commit is contained in:
Jarred Li
2012-04-07 19:14:16 +08:00
parent 09396e9421
commit ce64cfad34
2 changed files with 3 additions and 1 deletions

View File

@@ -4,7 +4,9 @@ import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
@Configuration
@ComponentScan({"org.springframework.shell.commands", "org.springframework.shell.converters"})
@ComponentScan({"org.springframework.shell.commands",
"org.springframework.shell.converters",
"org.springframework.shell.samples.helloworld.commands"})
public class HelloWorldPlugin {