Quellcode durchsuchen

添加生成拼音码的依赖

xiaochan vor 3 Jahren
Ursprung
Commit
624011f807
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -179,7 +179,7 @@
             <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
-        <!-- https://mvnrepository.com/artifact/com.belerweb/pinyin4j -->
+        <!-- 拼音码转换-->
         <dependency>
             <groupId>com.belerweb</groupId>
             <artifactId>pinyin4j</artifactId>