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
ddef6e4c
Commit
ddef6e4c
authored
Feb 07, 2022
by
mingsoft
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
版本升级
parent
7de34397
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
19 deletions
+9
-19
README.md
README.md
+4
-14
pom.xml
pom.xml
+5
-5
No files found.
README.md
View file @
ddef6e4c
...
@@ -116,23 +116,13 @@ git clone https://gitee.com/mingSoft/MCMS.git<br/>
...
@@ -116,23 +116,13 @@ git clone https://gitee.com/mingSoft/MCMS.git<br/>
| 技术 | 名称 | 官网 |
| 技术 | 名称 | 官网 |
| :--- | :--- | :--- |
| :--- | :--- | :--- |
|
vue| 函式库
|
[
https://cn.vuejs.org//
](
https://cn.vuejs.org//
)
|
|
VUE| MVVM框架
|
[
https://cn.vuejs.org//
](
https://cn.vuejs.org//
)
|
|
element ui
| UI库 |
[
https://element.eleme.cn/2.0/#/zh-CN
](
https://element.eleme.cn/2.0/#/zh-CN
)
|
|
Element 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/
)
|
| 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
)
|
| 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
)
|
| 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/
)
|
| 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/
](
https://www.iconfont.cn/
)
|
# 文件说明
# 文件说明
...
@@ -142,7 +132,7 @@ git clone https://gitee.com/mingSoft/MCMS.git<br/>
...
@@ -142,7 +132,7 @@ git clone https://gitee.com/mingSoft/MCMS.git<br/>
*
src/main/webapp
*
src/main/webapp
*
src/main/webapp/static 静态资源文件,如:js、css、image、等第三方前端插件库
*
src/main/webapp/static 静态资源文件,如:js、css、image、等第三方前端插件库
*
src/main/webapp/html 生成的静态页面,实际项目需要删除,只是提供给开发者快速预览生成后的静态页面
*
src/main/webapp/html 生成的静态页面,实际项目需要删除,只是提供给开发者快速预览生成后的静态页面
*
src/main/webapp/templet
s
模版文件夹
*
src/main/webapp/templet 模版文件夹
*
src/main/webapp/upload 上传资源文件夹
*
src/main/webapp/upload 上传资源文件夹
*
src/main/webapp/WEB-INF/manager 后端视图页面
*
src/main/webapp/WEB-INF/manager 后端视图页面
*
LICENSE 项目协议说明
*
LICENSE 项目协议说明
...
...
pom.xml
View file @
ddef6e4c
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
net.mingsoft
</groupId>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-mcms
</artifactId>
<artifactId>
ms-mcms
</artifactId>
<version>
5.2.
5
</version>
<version>
5.2.
6
</version>
<name>
ms-mcms
</name>
<name>
ms-mcms
</name>
<!-- 打包war包 -->
<!-- 打包war包 -->
<!-- <packaging>war</packaging>-->
<!-- <packaging>war</packaging>-->
...
@@ -45,24 +45,24 @@
...
@@ -45,24 +45,24 @@
<dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-base
</artifactId>
<artifactId>
ms-base
</artifactId>
<version>
2.1.1
0
</version>
<version>
2.1.1
1
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-basic
</artifactId>
<artifactId>
ms-basic
</artifactId>
<version>
2.1.1
0
</version>
<version>
2.1.1
1
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-mdiy
</artifactId>
<artifactId>
ms-mdiy
</artifactId>
<version>
2.1.1
0
</version>
<version>
2.1.1
1
</version>
</dependency>
</dependency>
<!--store入口依赖(源码不开发),如果不需要MStore可以直接去掉依赖-->
<!--store入口依赖(源码不开发),如果不需要MStore可以直接去掉依赖-->
<dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<groupId>
net.mingsoft
</groupId>
<artifactId>
store-client
</artifactId>
<artifactId>
store-client
</artifactId>
<version>
2.1.1
0
</version>
<version>
2.1.1
1
</version>
</dependency>
</dependency>
<dependency>
<dependency>
...
...
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