Commit d041661d authored by testPCCC's avatar testPCCC

testing....................

parent 004bde38
......@@ -22,7 +22,10 @@ public class Application {
public static void main(String[] args) {
context = SpringApplication.run(Application.class, args);
context.getBean(ComponentDetailsService.class)
.createComponentDetails(context.getEnvironment().getProperty("spring.application.name"));
.createComponentDetails(context.getEnvironment().getProperty("spring.application.name"));
System.out.println("################################. TESTING.....");
}
}
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