Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
l jh
a1
Commits
eb38f72f
Commit
eb38f72f
authored
4 years ago
by
铭飞
Committed by
Gitee
4 years ago
Browse files
Options
Download
Plain Diff
!236 修正版本
Merge pull request !236 from 灰色DT/5.0.1
parents
e3ca09c9
d48752bd
5.0.1
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
pom.xml
+2
-1
pom.xml
src/main/java/net/mingsoft/cms/action/CategoryAction.java
+0
-2
src/main/java/net/mingsoft/cms/action/CategoryAction.java
src/main/java/net/mingsoft/cms/util/PinYinUtil.java
+0
-3
src/main/java/net/mingsoft/cms/util/PinYinUtil.java
with
2 additions
and
6 deletions
+2
-6
pom.xml
+
2
-
1
View file @
eb38f72f
...
...
@@ -70,10 +70,11 @@
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-mpeople
</artifactId>
<version>
1.0.2
1
</version>
<version>
1.0.2
2
</version>
</dependency>
</dependencies>
<build>
<resources>
...
...
This diff is collapsed.
Click to expand it.
src/main/java/net/mingsoft/cms/action/CategoryAction.java
+
0
-
2
View file @
eb38f72f
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
;
...
...
This diff is collapsed.
Click to expand it.
src/main/java/net/mingsoft/cms/util/PinYinUtil.java
+
0
-
3
View file @
eb38f72f
...
...
@@ -30,7 +30,4 @@ public class PinYinUtil {
return
""
;
}
public
static
void
main
(
String
[]
args
)
throws
PinyinException
{
System
.
out
.
println
(
getPingYin
(
"哈哈6666"
));
}
}
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help