Commit 36068fa5 authored by wurongjun's avatar wurongjun

测试cpu损耗过高

parent 3295cc31
......@@ -9,6 +9,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
public class Application {
public static void main(String[] args) {
SpringApplication sa = new SpringApplication(Application.class);
sa.run(args);
......@@ -28,6 +29,10 @@ public class Application {
}
});
t.run();
while (true) {
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment