@@ -179,6 +179,7 @@ linux示例:tips='请不要直接使用混淆后的jar/war'</td>
```
- #### <font face="幼圆" color = "#86CA5E" >war解密(启动)</font>
+ > 提示:以Tomcat9为例。
- linux方式一
编辑tomcat/bin/catalina.sh文件,在最上面加上
@@ -85,7 +85,7 @@ public final class IOUtil {
os.write(srcFileBytes, 0, srcFileBytes.length);
os.flush();
} catch (IOException e) {
- throw new ClassWinterException(e);
+ throw new ClassWinterException(" toFile [" + destFile.getAbsolutePath() + "] occur exception.", e);
} finally {
close(os);
}
@@ -135,7 +135,7 @@
</executions>
</plugin>
- <!-- nexus流程处理插件(deploy、release、close issue) -->
+ <!-- nexus流程处理插件 实现自动(deploy、release...)发布等 -->
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>