| | |
| | | import org.springframework.boot.web.client.RestTemplateBuilder; |
| | | import org.springframework.cloud.openfeign.EnableFeignClients; |
| | | import org.springframework.context.annotation.Bean; |
| | | import org.springframework.scheduling.annotation.EnableAsync; |
| | | import org.springframework.scheduling.annotation.EnableScheduling; |
| | | import org.springframework.web.client.RestTemplate; |
| | | |
| | | /** |
| | |
| | | @BladeCloudApplication |
| | | @EnableFeignClients({"org.sxkj","org.springblade","com.dji.sample"}) |
| | | @MapperScan({"org.springblade.**.mapper.**","org.sxkj.**.mapper.**"}) |
| | | @EnableScheduling |
| | | @EnableAsync |
| | | public class GdApplication { |
| | | |
| | | public static void main(String[] args) { |