feat: There is no way the scheduled conf
This commit is contained in:
@@ -12,11 +12,13 @@ import org.springframework.boot.web.servlet.server.ConfigurableServletWebServerF
|
||||
import org.springframework.cloud.netflix.eureka.EnableEurekaClient;
|
||||
import org.springframework.cloud.openfeign.EnableFeignClients;
|
||||
import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.scheduling.annotation.EnableScheduling;
|
||||
|
||||
@EnableEurekaClient
|
||||
@EnableFeignClients
|
||||
@ServletComponentScan
|
||||
@SpringBootApplication(exclude = SecurityAutoConfiguration.class)
|
||||
@EnableScheduling
|
||||
@MapperScan(value = {"com.adc.da.file.store"})
|
||||
public class AdcDaApplication {
|
||||
|
||||
|
||||
@@ -152,3 +152,8 @@ elas.flag=true
|
||||
# 文档转换TCP通讯地址
|
||||
convert.host=127.0.0.1
|
||||
#convert.host=0.0.0.0
|
||||
|
||||
# =============================================================================
|
||||
# scheduled 配置
|
||||
# =============================================================================
|
||||
isNotScheduled=false
|
||||
Reference in New Issue
Block a user