Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cms_sys
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
西魏
cms_sys
Commits
4a7d6b3a
Commit
4a7d6b3a
authored
May 14, 2021
by
msgroup
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readme更新
parent
7b226c5c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
23 deletions
+1
-23
README.md
README.md
+1
-1
ServerAction.java
src/main/java/net/mingsoft/cms/action/web/ServerAction.java
+0
-22
No files found.
README.md
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>
...
...
src/main/java/net/mingsoft/cms/action/web/ServerAction.java
deleted
100644 → 0
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
""
;
}
}
Write
Preview
Markdown
is supported
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