Skip to content

Pre-release of reverse engineering library

Pre-release
Pre-release
Compare
Choose a tag to compare
@stefan-ka stefan-ka released this 29 Oct 19:27
· 55 commits to master since this release
18105fa

This first pre-release of our reverse engineering library allows to generate CML Context Maps using the following discovery strategies:

  • Discover Bounded Contexts by finding Spring Boot applications (annotation scanning)
  • Discover relationships between the Bounded Contexts by analyzing Docker compose files

A first example microservice project for which we generated the Context Map can be found here:
https://github.com/ContextMapper/context-map-discovery/tree/master/Examples/LakesideMutual