|
|
@@ -120,6 +120,24 @@
|
|
|
<td>includePrefix=com
|
|
|
<br/>
|
|
|
includePrefix=com,org</td>
|
|
|
+ </tr>
|
|
|
+ <tr align="center">
|
|
|
+ <td>cca(依托于includePrefix)</td>
|
|
|
+ <td>否</td>
|
|
|
+ <td>作为includePrefix的附加设置,设置是否清空类上的注释(写法同url后面设置参数)</td>
|
|
|
+ <td>includePrefix=com?cca=true</td>
|
|
|
+ </tr>
|
|
|
+ <tr align="center">
|
|
|
+ <td>cma(依托于includePrefix)</td>
|
|
|
+ <td>否</td>
|
|
|
+ <td>作为includePrefix的附加设置,设置是否清空方法上的注释(写法同url后面设置参数)</td>
|
|
|
+ <td>includePrefix=com?cca=true&cma=true</td>
|
|
|
+ </tr>
|
|
|
+ <tr align="center">
|
|
|
+ <td>cfa(依托于includePrefix)</td>
|
|
|
+ <td>否</td>
|
|
|
+ <td>作为includePrefix的附加设置,设置是否清空字段上的注释(写法同url后面设置参数)</td>
|
|
|
+ <td>includePrefix=com?cca=true&cma=true&cfa=true</td>
|
|
|
</tr>
|
|
|
<tr align="center">
|
|
|
<td>excludePrefix</td>
|
|
|
@@ -270,6 +288,7 @@ linux示例:tips='请不要直接使用混淆后的jar/war'</td>
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
## <font face="幼圆" color = "#3399EA" >解密(启动)</font>
|
|
|
|
|
|
通过-javaagent指定代理进行解密启动。
|