This commit is contained in:
2021-12-19 16:33:11 +01:00
parent 0022ebaf88
commit 0eb21d2083
15 changed files with 225 additions and 305 deletions

View File

@@ -15,14 +15,6 @@ public class ExecutorcomputationApplication {
static Logger logger = Logger.getLogger(ExecutorcomputationApplication.class.getName());
public static void main(String[] args) {
try {
TimeUnit.SECONDS.sleep(1);
} catch (InterruptedException e) {
logger.log(Level.SEVERE, e.getLocalizedMessage(), e);
Thread.currentThread().interrupt();
}
SpringApplication.run(ExecutorcomputationApplication.class, args);
Executor.getExecutor();
}