Commit 1d09df52 authored by testPCCC's avatar testPCCC

testPCCC1655971130664

parent 70f47e3d
......@@ -23,6 +23,8 @@ public class Application {
context = SpringApplication.run(Application.class, args);
context.getBean(ComponentDetailsService.class)
.createComponentDetails(context.getEnvironment().getProperty("spring.application.name"));
System.out.println("###################################. DONE.....................");
}
}
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