|
@@ -6,17 +6,19 @@ import org.springframework.boot.SpringApplication;
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
|
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
|
|
|
import org.springframework.context.annotation.Configuration;
|
|
|
+import org.springframework.scheduling.annotation.EnableScheduling;
|
|
|
|
|
|
@Slf4j
|
|
|
@EnableDiscoveryClient
|
|
|
@SpringBootApplication
|
|
|
@Configuration
|
|
|
@EnableDubbo
|
|
|
+@EnableScheduling
|
|
|
public class SDKApplication {
|
|
|
|
|
|
public static void main(String[] args) {
|
|
|
SpringApplication.run(SDKApplication.class, args);
|
|
|
- System.out.println("赞象SDK服务启动成功111 ( ´・・)ノ(._.`) \n" +
|
|
|
+ System.out.println("赞象SDK服务启动成功123 ( ´・・)ノ(._.`) \n" +
|
|
|
" ______ __ __ \n" +
|
|
|
"/_____/\\/__/\\ /__/\\ \n" +
|
|
|
"\\:::__\\/\\ \\::\\\\:.\\ \\ \n" +
|