|
|
|
@ -9,6 +9,7 @@ import org.springframework.beans.factory.annotation.Value; |
|
|
|
import org.springframework.boot.SpringApplication; |
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication; |
|
|
|
import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration; |
|
|
|
import org.springframework.cloud.context.config.annotation.RefreshScope; |
|
|
|
import org.springframework.context.annotation.Bean; |
|
|
|
import org.springframework.scheduling.annotation.EnableScheduling; |
|
|
|
import retrofit2.Retrofit; |
|
|
|
@ -17,6 +18,7 @@ import retrofit2.converter.scalars.ScalarsConverterFactory; |
|
|
|
|
|
|
|
@SpringBootApplication(exclude = {DataSourceAutoConfiguration.class}) |
|
|
|
@EnableScheduling |
|
|
|
@RefreshScope |
|
|
|
public class InspectSimulatorApplication { |
|
|
|
private final static Logger log = LoggerFactory.getLogger(InspectSimulatorApplication.class); |
|
|
|
|
|
|
|
|