Skip to content

Commit

Permalink
支持危险模式加密,实现免密码启动,但是请谨慎使用!
Browse files Browse the repository at this point in the history
  • Loading branch information
core-lib committed Mar 16, 2019
1 parent 22f4f9e commit eefb2d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ mvn xjar:build -Dxjar.password=io.xjar -Dxjar.targetDir=/directory/to/save/targe
| excludes | -Dxjar.excludes | 无需加密的包内资源 | String[] || BOOT-INF/classes/** , BOOT-INF/lib/xjar-*.jar , 支持Ant表达式 |

#### 注意:
当 includes 和 excludes 同时使用时,excludes 将会失效!
* 当 includes 和 excludes 同时使用时,excludes 将会失效!
* mode 设置为 1 时表示危险加密模式,但同时也是免密码启动,请谨慎使用!

## 版本记录
* v1.0.9
Expand Down

0 comments on commit eefb2d7

Please sign in to comment.