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
b4866a6c
Commit
b4866a6c
authored
Sep 18, 2020
by
sgjj
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
1a86f88b
cf125eec
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
README.md
README.md
+6
-6
pom-bin.xml
pom-bin.xml
+1
-1
pom-war.xml
pom-war.xml
+2
-1
pom.xml
pom.xml
+1
-2
No files found.
README.md
View file @
b4866a6c
...
...
@@ -24,12 +24,12 @@
</p>
<p
align=
"center"
>
<a
href=
"https://
ms
.mingsoft.net"
target=
"_blank"
>
铭飞平台
</a>
<a
href=
"http://
demo.cms
.mingsoft.net/ms/login.do"
target=
"_blank"
>
在线演示
</a>
<a
href=
"http://doc.m
s.m
ingsoft.net/plugs-cms/"
target=
"_blank"
>
在线使用手册
</a>
<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=
"https://mingsoft.ke.qq.com/?tuin=383187f3#tab=1&category=-1"
target=
"_blank"
>
腾讯课堂在线视频
</a><br/>
<a
href=
"https://ke.qq.com/course/478498"
target=
"_blank"
>
代码生成器视频教程
</a><br/>
<a
href=
"http
://file.mingsoft.net/ms-runner-5.0.0.zip
"
target=
"_blank"
>
Windows一键运行版本
\L
inux一键运行版本
</a>
<a
href=
"http
s://cloud.189.cn/t/I3maM3uURjmm
"
target=
"_blank"
>
Windows一键运行版本
\L
inux一键运行版本
</a>
</p>
-------------------------------------------------------------------------------
...
...
@@ -153,8 +153,8 @@ git clone https://gitee.com/mingSoft/MCMS.git<br/>
# 文档
*
MCms标签手册 http://doc.m
s.m
ingsoft.net/mcms-tag-guide
*
快速开发手册 http://doc.m
s.m
ingsoft.net/dev-guide/
*
MCms标签手册 http://doc.mingsoft.net/mcms-tag-guide
*
快速开发手册 http://doc.mingsoft.net/dev-guide/
# 软件截图
...
...
pom-bin.xml
View file @
b4866a6c
...
...
@@ -20,7 +20,7 @@
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-mpeople
</artifactId>
<version>
1.0.2
6
</version>
<version>
1.0.2
8
</version>
</dependency>
<!-- 此部分是铭飞平台MStroe的客户端(MStore不在铭飞开源产品范围),如果不需要使用MStore可以删除掉 -->
<dependency>
...
...
pom-war.xml
View file @
b4866a6c
...
...
@@ -15,13 +15,14 @@
<packaging>
war
</packaging>
<properties>
<java.version>
1.8
</java.version>
<maven-jar-plugin.version>
3.1.1
</maven-jar-plugin.version>
</properties>
<dependencies>
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-mpeople
</artifactId>
<version>
1.0.2
6
</version>
<version>
1.0.2
8
</version>
</dependency>
<!-- 此部分是铭飞平台MStroe的客户端(MStore不在铭飞开源产品范围),如果不需要使用MStore可以删除掉 -->
<dependency>
...
...
pom.xml
View file @
b4866a6c
...
...
@@ -21,7 +21,7 @@
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-mpeople
</artifactId>
<version>
1.0.2
6
</version>
<version>
1.0.2
8
</version>
</dependency>
<!-- 此部分是铭飞平台MStroe的客户端(MStore不在铭飞开源产品范围),如果不需要使用MStore可以删除掉 -->
...
...
@@ -69,7 +69,6 @@
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.1
</version>
<configuration>
<source>
${java.version}
</source>
<target>
${java.version}
</target>
...
...
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