Commit d48752bd authored by shanggjj's avatar shanggjj

修正版本

parent 520446dd
......@@ -70,10 +70,11 @@
<dependency>
<groupId>net.mingsoft</groupId>
<artifactId>ms-mpeople</artifactId>
<version>1.0.21</version>
<version>1.0.22</version>
</dependency>
</dependencies>
<build>
<resources>
......
package net.mingsoft.cms.action;
import com.github.stuxuhai.jpinyin.PinyinFormat;
import com.github.stuxuhai.jpinyin.PinyinHelper;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiImplicitParam;
import io.swagger.annotations.ApiImplicitParams;
......
......@@ -30,7 +30,4 @@ public class PinYinUtil {
return "";
}
public static void main(String[] args) throws PinyinException {
System.out.println(getPingYin("哈哈6666"));
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment