You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ContextMapper](https://contextmapper.org/) is an open source tool providing a Domain-specific Language based on Domain-Driven Design (DDD) patterns for context mapping and service decomposition.
4
+
5
+
> **_NOTE:_** This plugin is a proof of concept. It does not support all Context Mapper features yet.
6
+
7
+
[Context Mapper](https://contextmapper.org/) is an open source tool providing a Domain-specific Language based on Domain-Driven Design (DDD) patterns for context mapping and service decomposition.
5
8
6
9
## System Requirements
7
-
To use the ContextMapper IntelliJ plugin you need the following tools (besides IntelliJ and our extension) installed locally:
10
+
To use the Context Mapper IntelliJ plugin you need the following tools (besides IntelliJ and our extension) installed locally:
8
11
9
12
*[Oracle Java](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) or [OpenJDK](https://openjdk.java.net/) (JRE 11 or newer)
10
13
*[Node.js](https://nodejs.org/en/download) (v22)
11
-
* If you want to use our [Context Map generator](https://contextmapper.org/docs/context-map-generator/) you need to have [Graphviz](https://www.graphviz.org/) installed on your system.
12
-
* Ensure that the binaries are part of the _PATH_ environment variable and can be called from the terminal.
13
-
* Especially on Windows this is not the case after the installation of [Graphviz](https://www.graphviz.org/). The default installation path is
14
-
`C:\Program Files (x86)\GraphvizX.XX`, which means you have to add `C:\Program Files (x86)\GraphvizX.XX\bin` to your _PATH_ variable.
15
-
* Maybe you want to install the [PlantUML extension](https://marketplace.visualstudio.com/items?itemName=jebbs.plantuml) for the generated PlantUML diagrams.
14
+
* Maybe you want to install a [PlantUML extension](https://plugins.jetbrains.com/plugin/7017-plantuml-integration) for the generated PlantUML diagrams.
16
15
* LSP4IJ IntelliJ plugin (will be installed automatically when installing our plugin)
0 commit comments