mirror of
https://github.com/Eyre-S/Coeur-Morny-Cono.git
synced 2024-11-22 19:24:53 +08:00
Eyre_S
459470be02
- Commons 工具组的一些实现改动 - _Convert.byteToHex 的实现从手动处理字母改为使用 java Integer.toHexString 方法(同时删除了私有的 hexArray 常量数组) - (WARN:breaking-changes) _Encrypt 中的命名从 encryptByX 改为 hashX - 添加了 junit 的 params 组件 (org.junit.jupiter:junit-jupiter-params) - 为 Commons 工具组的每个方法添加了其单元测试 - 单元测试添加了一个名为 MornyCLI 的执行 程序 main 方法 的程序入口包装...
17 lines
142 B
Plaintext
17 lines
142 B
Plaintext
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
.gradle/
|
|
.settings/
|
|
/src/test/java/test/*
|
|
/src/test/resources/test/*
|
|
|
|
#build
|
|
/build/
|
|
/bin/
|
|
.project
|
|
|
|
# debug dir
|
|
/run/
|