|
@@ -25,16 +25,16 @@ import cn.com.qmth.examcloud.common.support.logging.SLF4JImpl;
|
|
|
@EnableEurekaClient
|
|
|
@EnableDiscoveryClient
|
|
|
@EnableAutoConfiguration(exclude = { MultipartAutoConfiguration.class })
|
|
|
-public class ServiceLogicReportsApplication {
|
|
|
+public class LogicReportsApplication {
|
|
|
|
|
|
- private static final ExamCloudLog LOG = ExamCloudLogFactory.getLog(ServiceLogicReportsApplication.class);
|
|
|
+ private static final ExamCloudLog LOG = ExamCloudLogFactory.getLog(LogicReportsApplication.class);
|
|
|
|
|
|
public static void main(String[] args) throws Exception {
|
|
|
|
|
|
if (LOG instanceof SLF4JImpl) {
|
|
|
MDC.put("TRACE_ID", Thread.currentThread().getName());
|
|
|
}
|
|
|
- SpringApplication.run(ServiceLogicReportsApplication.class, args);
|
|
|
+ SpringApplication.run(LogicReportsApplication.class, args);
|
|
|
}
|
|
|
|
|
|
@Bean
|