xieb
2024-04-08 ff968e2cfb132eb86c70e94e99b9937a8a7b15e9
src/main/java/com/dji/sample/CloudApiSampleApplication.java
@@ -5,6 +5,8 @@
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.web.client.RestTemplateBuilder;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.EnableAspectJAutoProxy;
import org.springframework.scheduling.annotation.EnableScheduling;
import org.springframework.web.client.RestTemplate;
@@ -12,6 +14,7 @@
import java.util.TimeZone;
@MapperScan("com.dji.sample.*.dao")
@EnableAspectJAutoProxy(proxyTargetClass = true)
@SpringBootApplication
@EnableScheduling
//@EnableConfigurationProperties(OssConfiguration.class)