Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
d48752bd
Commit
d48752bd
authored
Jun 17, 2020
by
shanggjj
Browse files
修正版本
parent
520446dd
Changes
3
Show whitespace changes
Inline
Side-by-side
pom.xml
View file @
d48752bd
...
@@ -70,10 +70,11 @@
...
@@ -70,10 +70,11 @@
<dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-mpeople
</artifactId>
<artifactId>
ms-mpeople
</artifactId>
<version>
1.0.2
1
</version>
<version>
1.0.2
2
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
<build>
<build>
<resources>
<resources>
...
...
src/main/java/net/mingsoft/cms/action/CategoryAction.java
View file @
d48752bd
package
net.mingsoft.cms.action
;
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.Api
;
import
io.swagger.annotations.ApiImplicitParam
;
import
io.swagger.annotations.ApiImplicitParam
;
import
io.swagger.annotations.ApiImplicitParams
;
import
io.swagger.annotations.ApiImplicitParams
;
...
...
src/main/java/net/mingsoft/cms/util/PinYinUtil.java
View file @
d48752bd
...
@@ -30,7 +30,4 @@ public class PinYinUtil {
...
@@ -30,7 +30,4 @@ public class PinYinUtil {
return
""
;
return
""
;
}
}
public
static
void
main
(
String
[]
args
)
throws
PinyinException
{
System
.
out
.
println
(
getPingYin
(
"哈哈6666"
));
}
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment