|
|
@@ -13,7 +13,7 @@ import java.util.TimeZone;
|
|
|
@EnableScheduling
|
|
|
@EnableAsync
|
|
|
@SpringBootApplication
|
|
|
-@ComponentScan({"seecoder.devcloud.api","seecoder.devcloud.common"})
|
|
|
+@ComponentScan({"seecoder.devcloud.api","seecoder.devcloud.common","seecoder.devcloud.web"})
|
|
|
public class DevcloudWebApplication {
|
|
|
|
|
|
public static void main(String[] args) {
|