Skip to content

Commit ee932a2

Browse files
add component scan for gridjs demo
1 parent f28454c commit ee932a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples.GridJs/src/main/java/com/aspose/gridjs/demo/GridjsdemoApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
//
2929
//
3030
//}
31-
//@ComponentScan(basePackages = {"com.aspose.gridjs.demo", "com.aspose.gridjs"})
31+
@ComponentScan(basePackages = {"com.aspose.gridjs.demo", "com.aspose.gridjs"})
3232
@SpringBootApplication
3333
public class GridjsdemoApplication {
3434

0 commit comments

Comments
 (0)