Search in sources :

Example 1 with PhysicalFlowService

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);
}
Also used : AnnotationConfigApplicationContext(org.springframework.context.annotation.AnnotationConfigApplicationContext) PhysicalFlowService(org.finos.waltz.service.physical_flow.PhysicalFlowService)

Aggregations

PhysicalFlowService (org.finos.waltz.service.physical_flow.PhysicalFlowService)1 AnnotationConfigApplicationContext (org.springframework.context.annotation.AnnotationConfigApplicationContext)1