From 65e4df719db5b43dcf8f6e079e76cbfbdec3473c Mon Sep 17 00:00:00 2001 From: core-lib <646742615@qq.com> Date: Mon, 3 Dec 2018 22:33:50 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E9=87=87=E7=94=A8loadkit=E4=BD=9C?= =?UTF-8?q?=E4=B8=BA=E8=B5=84=E6=BA=90=E5=8A=A0=E8=BD=BD=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2c8f79..02b740e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # **XJar** [![](https://jitpack.io/v/core-lib/xjar.svg)](https://jitpack.io/#core-lib/xjar) +GitHub: https://github.com/core-lib/xjar ### Spring Boot JAR 安全加密运行工具,同时支持的原生JAR。 ### 基于对JAR包内资源的加密以及拓展ClassLoader来构建的一套程序加密启动,动态解密运行的方案,避免源码泄露或反编译。 @@ -104,6 +105,8 @@ public static void main(String[] args) { ``` ## 变更记录 +* v1.0.6 + 1. 采用[LoadKit](https://github.com/core-lib/loadkit)作为资源加载工具 * v1.0.5 1. 支持并行类加载,需要JDK1.7+的支持,可提升多线程环境类加载的效率 2. Spring-Boot JAR 包加解密增加一个安全过滤器,避免无关资源被加密造成无法运行 diff --git a/pom.xml b/pom.xml index 3acb88a..8447853 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.xjar xjar - v1.0.5 + v1.0.6 xjar