use of org.finos.waltz.service.physical_flow.PhysicalFlowService in project waltz by khartec.
the class PhysicalFlowHarness method main.
public static void main(String[] args) {
AnnotationConfigApplicationContext ctx = new AnnotationConfigApplicationContext(DIConfiguration.class);
PhysicalFlowService service = ctx.getBean(PhysicalFlowService.class);
System.out.println(service);
}
Aggregations