Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 34d85ac

Browse files
committedMay 22, 2017
set the base scan packages for servlet listener
1 parent 7af0066 commit 34d85ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎demo/src/main/java/io/asfjava/ui/demo/DemoApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import org.springframework.boot.web.servlet.ServletComponentScan;
66

77
@SpringBootApplication
8-
@ServletComponentScan
8+
@ServletComponentScan(basePackages = { "io.asfjava.ui.core" })
99
public class DemoApplication {
1010
public static void main(String[] args) {
1111
SpringApplication.run(DemoApplication.class, args);

0 commit comments

Comments
 (0)
Please sign in to comment.