Feat (hutool-extra): 汉字转拼音增加使用 pinyin.jar 进行转换的实现

# 修改
1. 发现一个新的进行拼音转换的第三方工具 jar ,增加对这个工具的使用
This commit is contained in:
FULaBUla
2021-04-10 22:42:38 +08:00
parent 1edbc0de80
commit 035b716b88
3 changed files with 98 additions and 0 deletions

View File

@@ -323,6 +323,11 @@
<version>1.0.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>pinyin</artifactId>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>