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
git test
MCMS
Commits
ddef6e4c
Commit
ddef6e4c
authored
3 years ago
by
mingsoft
Browse files
Options
Download
Email Patches
Plain Diff
版本升级
parent
7de34397
master
5.2.10
5.2.11
5.2.6
5.2.7
5.2.8
5.2.9
5.3.0
5.3.1
5.3.2
5.3.3
5.3.4
5.3.5
5.3.6
5.4.0
5.4.1
5.4.2
5.4.3
5.4.4
5.4.5
5.5.0
6.0.0
test-5.2.8-patch-95856
5.4.4
5.4.3
5.4.2
5.4.1
5.4.0
5.3.6
5.3.5
5.3.4
5.3.3
5.3.1
5.2.11
5.2.10
5.2.9
5.2.8
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+4
-14
README.md
pom.xml
+5
-5
pom.xml
with
9 additions
and
19 deletions
+9
-19
README.md
+
4
-
14
View file @
ddef6e4c
...
...
@@ -116,23 +116,13 @@ git clone https://gitee.com/mingSoft/MCMS.git<br/>
| 技术 | 名称 | 官网 |
| :--- | :--- | :--- |
|
vue| 函式库
|
[
https://cn.vuejs.org//
](
https://cn.vuejs.org//
)
|
|
e
lement
ui
| UI库 |
[
https://element.eleme.cn/2.0/#/zh-CN
](
https://element.eleme.cn/2.0/#/zh-CN
)
|
|
VUE| MVVM框架
|
[
https://cn.vuejs.org//
](
https://cn.vuejs.org//
)
|
|
E
lement
UI
| UI库 |
[
https://element.eleme.cn/2.0/#/zh-CN
](
https://element.eleme.cn/2.0/#/zh-CN
)
|
| jQuery | 函式库 |
[
http://jquery.com/
](
http://jquery.com/
)
|
| Bootstrap | 前端框架 |
[
http://getbootstrap.com/
](
http://getbootstrap.com/
)
|
| Bootstrap-table | Bootstrap数据表格 |
[
http://bootstrap-table.wenzhixin.net.cn/
](
http://bootstrap-table.wenzhixin.net.cn/
)
|
| BootstrapValidator | 表单验证 |
[
http://bootstrapvalidator.com/
](
http://bootstrapvalidator.com
)
|
| Font-awesome | 字体图标 |
[
http://fontawesome.io/
](
http://fontawesome.io/
)
|
| Waves | 点击效果插件 |
[
https://github.com/fians/Waves/
](
https://github.com/fians/Waves
)
|
| zTree | 树插件 |
[
http://www.treejs.cn/v3/
](
http://www.treejs.cn/v3/
)
|
| Select2 | 选择框插件 |
[
https://github.com/select2/select2
](
https://github.com/select2/select2
)
|
| Vue | MVVM框架 |
[
https://cn.vuejs.org/
](
https://cn.vuejs.org/
)
|
| AmazeUI | 移动端UI |
[
http://amazeui.org/
](
http://amazeui.org/
)
|
| Plupload | 上传控件 |
[
http://www.plupload.com/
](
http://www.plupload.com/
)
|
| freemarker | 模板引擎 |
[
http://freemarker.foofun.cn/toc.html
](
http://freemarker.foofun.cn/toc.html
)
|
| validator | 验证库 |
[
https://github.com/chriso/validator.js
](
https://github.com/chriso/validator.js
)
|
| animate | 动画 |
[
http://daneden.github.io/animate.css/
](
http://daneden.github.io/animate.css/
)
|
| icon | 矢量小图标
\(
待更新
\)
|
[
http://
ms.mingsoft.net/html/86//6048/index.html
](
http://
ms.mingsoft.net/html/86//6048/index.html
)
|
| icon | 矢量小图标
\(
待更新
\)
|
[
http
s
://
www.iconfont.cn/
](
http
s
://
www.iconfont.cn/
)
|
# 文件说明
...
...
@@ -142,7 +132,7 @@ git clone https://gitee.com/mingSoft/MCMS.git<br/>
*
src/main/webapp
*
src/main/webapp/static 静态资源文件,如:js、css、image、等第三方前端插件库
*
src/main/webapp/html 生成的静态页面,实际项目需要删除,只是提供给开发者快速预览生成后的静态页面
*
src/main/webapp/templet
s
模版文件夹
*
src/main/webapp/templet 模版文件夹
*
src/main/webapp/upload 上传资源文件夹
*
src/main/webapp/WEB-INF/manager 后端视图页面
*
LICENSE 项目协议说明
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
5
-
5
View file @
ddef6e4c
...
...
@@ -10,7 +10,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-mcms
</artifactId>
<version>
5.2.
5
</version>
<version>
5.2.
6
</version>
<name>
ms-mcms
</name>
<!-- 打包war包 -->
<!-- <packaging>war</packaging>-->
...
...
@@ -45,24 +45,24 @@
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-base
</artifactId>
<version>
2.1.1
0
</version>
<version>
2.1.1
1
</version>
</dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-basic
</artifactId>
<version>
2.1.1
0
</version>
<version>
2.1.1
1
</version>
</dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-mdiy
</artifactId>
<version>
2.1.1
0
</version>
<version>
2.1.1
1
</version>
</dependency>
<!--store入口依赖(源码不开发),如果不需要MStore可以直接去掉依赖-->
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
store-client
</artifactId>
<version>
2.1.1
0
</version>
<version>
2.1.1
1
</version>
</dependency>
<dependency>
...
...
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