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