|
|
@ -4,6 +4,7 @@ import org.apache.dubbo.config.spring.context.annotation.EnableDubbo; |
|
|
|
|
|
|
|
import org.springframework.boot.SpringApplication; |
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication; |
|
|
|
import org.springframework.cloud.openfeign.EnableFeignClients; |
|
|
|
import org.springframework.context.annotation.ComponentScan; |
|
|
|
import org.springframework.scheduling.annotation.EnableScheduling; |
|
|
|
|
|
|
@ -11,6 +12,7 @@ import org.springframework.scheduling.annotation.EnableScheduling; |
|
|
|
@SpringBootApplication |
|
|
|
@EnableScheduling |
|
|
|
@ComponentScan("org.dromara") |
|
|
|
@EnableFeignClients |
|
|
|
public class CloudApiSampleApplication { |
|
|
|
|
|
|
|
public static void main(String[] args) { |
|
|
|