change folder structure
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user