Browse Source

[init]初始化仓库

JieZ 2 years ago
parent
commit
6133160f05
2 changed files with 12 additions and 2 deletions
  1. 9 0
      README.md
  2. 3 2
      bpm-client/pom.xml

+ 9 - 0
README.md

@@ -0,0 +1,9 @@
1
+# 项目编译
2
+
3
+1. 进入`base-pom`, 然后 `mvn installl`
4
+2. 进入`common`,然后`mvn install`
5
+3. 进入`bpm-pom`,然后`mvn install`
6
+
7
+# 项目启动
8
+
9
+``bpm-server``中的`BpmApplication`

+ 3 - 2
bpm-client/pom.xml

@@ -8,8 +8,9 @@
8 8
 
9 9
     <parent>
10 10
         <groupId>com.srm.bpm</groupId>
11
-       <artifactId>bpm-pom</artifactId>
12
-          <version>0.0.1-SNAPSHOT</version>
11
+        <artifactId>bpm-pom</artifactId>
12
+        <version>0.0.1-SNAPSHOT</version>
13
+        <relativePath/>
13 14
     </parent>
14 15
 
15 16
     <artifactId>bpm-client</artifactId>