Commit 1d09df52 authored by testPCCC's avatar testPCCC

testPCCC1655971130664

parent 70f47e3d
...@@ -22,7 +22,9 @@ public class Application { ...@@ -22,7 +22,9 @@ public class Application {
public static void main(String[] args) { public static void main(String[] args) {
context = SpringApplication.run(Application.class, args); context = SpringApplication.run(Application.class, args);
context.getBean(ComponentDetailsService.class) context.getBean(ComponentDetailsService.class)
.createComponentDetails(context.getEnvironment().getProperty("spring.application.name")); .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