|
|
@ -1,7 +1,5 @@ |
|
|
|
package com.epmet; |
|
|
|
|
|
|
|
import com.epmet.commons.tools.enums.EnvEnum; |
|
|
|
import com.epmet.commons.tools.utils.HttpClientManager; |
|
|
|
import org.springframework.boot.SpringApplication; |
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication; |
|
|
|
import org.springframework.cloud.client.discovery.EnableDiscoveryClient; |
|
|
@ -15,6 +13,5 @@ import org.springframework.scheduling.annotation.EnableAsync; |
|
|
|
public class DataReportApplication { |
|
|
|
public static void main(String[] args) { |
|
|
|
SpringApplication.run(DataReportApplication.class, args); |
|
|
|
HttpClientManager.getInstance().sendAlarmMsg(EnvEnum.getCurrentEnv().getName() +" DataStatsApplication started!"); |
|
|
|
} |
|
|
|
} |
|
|
|