build(pom): 添加 Automatic-Module-Name属性

This commit is contained in:
Looly
2023-02-28 22:34:17 +08:00
parent 56b67e3420
commit 46b9633768
21 changed files with 476 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
### 🐣新特性
* 【core 】 PhoneUtil.isTel400800支持400-XXX-XXXX格式issue#2929@Github
* 【core 】 build(pom): 添加 Automatic-Module-Name属性pr#2926@Github
### 🐞Bug修复
* 【db 】 修复识别JDBC驱动时重复问题pr#940@Gitee