/bounded-context

Maven library for producing bounded context from context maps of microservice mesh

Primary LanguageJava

How to install ws4j

  1. Download the Jar
  2. Add the jar to your local mvn repository
 mvn install:install-file -Dfile=<path to file> -DgroupId=com.sciss -DartifactId=ws4j -Dversion=1.0.1 -Dpackaging=jar 

API usage

BoundedContext boundedContext = new BoundedContextApiImpl().getBoundedContext(systemContext, useWuPalmer);