Quellcode durchsuchen

更新readme

(cherry picked from commit a4a2401501537db77936563f1e3975eb1b6a9efd)
wang vor 2 Jahren
Ursprung
Commit
f62d223f4d
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -154,9 +154,9 @@ includePrefix=com.*.dao,org
     <td>否</td>
     <td>作为includePrefix的附加设置,依托与cca、cma、cfa开关,清空类、方法、字段上的指定注解(写法同url后面设置参数)
       <br/>
-注:多个通过|分割,注解请写完全路径例如:com.xx.annotation.MyAnnotation  
+注:多个通过|分割,注解请写完全路径例如:com.xx.anno.MyAnnotation  
     </td>
-    <td>includePrefix=com?cca=true&cma=true&cfa=true&caPrefix=com.xx.annotation.MyAnnotation|com.bb.annotation.MyAnnotation</td>
+    <td>includePrefix=com?cca=true&cma=true&cfa=true&caPrefix=com.xx.anno.MyAnnotation|com.bb.anno.MyAnnotation</td>
   </tr>
     <tr align="center">
     <td>excludePrefix</td>