Skip to content

Commit

Permalink
1. 支持并行类加载
Browse files Browse the repository at this point in the history
2. Spring-Boot JAR 包加解密增加一个安全过滤器,避免无关资源被加密造成无法运行
3. XBoot / XJar 工具类中增加多个按文件路径加解密的方法,提升使用便捷性
  • Loading branch information
core-lib committed Nov 29, 2018
1 parent b36b4f9 commit 6b341a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ JDK 1.7 +
<dependency>
<groupId>com.github.core-lib</groupId>
<artifactId>xjar</artifactId>
<version>v1.0.0</version>
<version>LATEST_VERSION</version>
</dependency>
</dependencies>
</project>
Expand Down

0 comments on commit 6b341a5

Please sign in to comment.