@@ -44,7 +44,7 @@ If you see "EventMeshTCPServer[port=10000] started....", you setup runtime succe
44
44
45
45
### 2.1 dependencies
46
46
47
- Same with 1.1
47
+ Same with 1.1, but it can be only compiled in JDK 1.8
48
48
49
49
### 2.2 download sources
50
50
@@ -67,17 +67,9 @@ Same with 1.2
67
67
> ps: The loading of connector plugin follows the eventmesh SPI mechanism, it's necessary to configure the mapping file of
68
68
related interface and implementation class under /main/resources/meta-inf/eventmesh in the corresponding module
69
69
70
- ** 2.3.2 Configure VM Options **
70
+ ** 2.3.2 Configure plugin **
71
71
72
- ``` java
73
- - Dlog4j . configurationFile= eventmesh- runtime/ conf/ log4j2. xml
74
72
-Deventmesh.log.home=eventmesh-runtime/logs
75
- - Deventmesh . home= eventmesh- runtime
76
- - DconfPath = eventmesh- runtime/ conf
77
- ```
78
- > ps: If you use Windows, you may need to replace the file separator to \
79
-
80
- ** 2.3.3 Configure plugin**
81
73
82
74
Specify the connector plugin that will be loaded after the project start by declaring in ` eventMesh.properties `
83
75
@@ -90,6 +82,16 @@ load **rocketmq connector** configuration:
90
82
eventMesh. connector. plugin. type= rocketmq
91
83
```
92
84
85
+ ** 2.3.3 Configure VM Options**
86
+
87
+ ``` java
88
+ - Dlog4j . configurationFile= eventmesh- runtime/ conf/ log4j2. xml
89
+ - Deventmesh . log. home= eventmesh- runtime/ logs
90
+ - Deventmesh . home= eventmesh- runtime
91
+ - DconfPath = eventmesh- runtime/ conf
92
+ ```
93
+ > ps: If you use Windows, you may need to replace the file separator to \
94
+
93
95
** 2.3.4 Run**
94
96
95
97
running ` org.apache.eventmesh.starter.StartUp ` main method
0 commit comments