sky il y a 3 ans
Parent
commit
b4950e9e2c
1 fichiers modifiés avec 21 ajouts et 20 suppressions
  1. 21 20
      README.md

+ 21 - 20
README.md

@@ -16,26 +16,27 @@ JPlag is a system that finds similarities among multiple sets of source code fil
 
 1. 将token parser部分由串行改为了并行
    1. 前端代码显示bug修正
-      1. 使用方法
-         1. idea打开项目,依次双击右边JPlag Plagiarism中Lifecycle的clean、verify和install(此步骤是将jplag源码打包并安装到本地maven仓库中)
-         2. 在本地项目中引入
-         ```xml
-           <dependency>
-               <groupId>de.jplag</groupId>
-               <artifactId>jplag</artifactId>
-               <version>4.1.0</version>
-           </dependency>
-           <dependency>
-               <groupId>de.jplag</groupId>
-               <artifactId>java</artifactId>
-               <version>4.1.0</version>
-           </dependency>
-           <dependency>
-               <groupId>de.jplag</groupId>
-               <artifactId>cpp</artifactId>
-               <version>4.1.0</version>
-           </dependency>
-           ...
+2. 使用方法
+   1. idea打开项目,依次双击右边JPlag Plagiarism中Lifecycle的clean、verify和install(此步骤是将jplag源码打包并安装到本地maven仓库中)
+   2. 在本地项目中引入
+```xml
+  <dependency>
+      <groupId>de.jplag</groupId>
+      <artifactId>jplag</artifactId>
+      <version>4.1.0</version>
+  </dependency>
+  <dependency>
+      <groupId>de.jplag</groupId>
+      <artifactId>java</artifactId>
+      <version>4.1.0</version>
+  </dependency>
+  <dependency>
+      <groupId>de.jplag</groupId>
+      <artifactId>cpp</artifactId>
+      <version>4.1.0</version>
+  </dependency>
+  ...
+```
          
 
 ## Supported Languages