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
myproject1
Commits
4a7d6b3a
Commit
4a7d6b3a
authored
4 years ago
by
msgroup
Browse files
Options
Download
Email Patches
Plain Diff
readme更新
parent
7b226c5c
master
5.2.2
5.2.3
5.2.4
5.2.5
5.2.6
5.2.7
5.2.8
5.2.8
5.2.4
5.2.3
5.2.1
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
README.md
src/main/java/net/mingsoft/cms/action/web/ServerAction.java
+0
-22
src/main/java/net/mingsoft/cms/action/web/ServerAction.java
with
1 addition
and
23 deletions
+1
-23
README.md
+
1
-
1
View file @
4a7d6b3a
...
...
@@ -25,7 +25,7 @@
<p
align=
"center"
>
<a
href=
"https://www.mingsoft.net"
target=
"_blank"
>
铭飞平台
</a>
<a
href=
"http://cms.demo.mingsoft.net/ms/login.do"
target=
"_blank"
>
在线演示
</a>
<a
href=
"http://doc.mingsoft.net/
plugs-
cms/"
target=
"_blank"
>
在线使用手册
</a>
<a
href=
"http://doc.mingsoft.net/
m
cms/"
target=
"_blank"
>
在线使用手册
</a>
<a
href=
"https://mingsoft.ke.qq.com/?tuin=383187f3#tab=1&category=-1"
target=
"_blank"
>
腾讯课堂在线视频
</a><br/>
<a
href=
"https://ke.qq.com/course/3026403"
target=
"_blank"
>
代码生成器视频教程
</a><br/>
<a
href=
"https://cloud.189.cn/t/I3maM3uURjmm"
target=
"_blank"
>
Windows一键运行版本
\L
inux一键运行版本
</a>
...
...
This diff is collapsed.
Click to expand it.
src/main/java/net/mingsoft/cms/action/web/ServerAction.java
deleted
100644 → 0
+
0
-
22
View file @
7b226c5c
package
net.mingsoft.cms.action.web
;
import
net.mingsoft.base.action.BaseAction
;
import
org.springframework.stereotype.Controller
;
import
org.springframework.web.bind.annotation.GetMapping
;
import
org.springframework.web.bind.annotation.RequestMapping
;
import
org.springframework.web.bind.annotation.ResponseBody
;
import
javax.servlet.http.HttpServletRequest
;
import
javax.servlet.http.HttpServletResponse
;
@Controller
()
@RequestMapping
(
"/"
)
public
class
ServerAction
extends
BaseAction
{
@ResponseBody
@GetMapping
(
"/server.do"
)
public
String
list
(
HttpServletRequest
req
,
HttpServletResponse
resp
)
{
LOG
.
debug
(
"心跳"
);
return
""
;
}
}
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