拆分静态资源zheng-admin(后台管理模板),zheng-ui(前台thymeleaf模板)

This commit is contained in:
shuzheng 2017-03-27 00:34:35 +08:00
parent cfb3105916
commit 0afd1be99c
266 changed files with 153 additions and 182 deletions

2
.gitignore vendored
View File

@ -6,5 +6,5 @@
target
*.log
*.log.*
**/resources/zheng-ui
**/resources/zheng-admin
generatorConfig.xml

View File

@ -18,7 +18,8 @@
``` lua
zheng
├── zheng-common -- SSM框架公共模块
├── zheng-ui -- 后台管理模板和前台thymeleaf模板[端口:1000]
├── zheng-admin -- 后台管理模板
├── zheng-ui -- 前台thymeleaf模板[端口:1000]
├── zheng-upms -- 用户权限管理系统(网关)
| ├── zheng-upms-common -- upms系统公共模块
| ├── zheng-upms-dao -- MyBatisGenerator代码生成模块无需开发
@ -129,9 +130,9 @@ zheng
Spring+SpringMVC+Mybatis框架集成公共模块包括公共配置、MybatisGenerator扩展插件、通用BaseService、工具类等。
> zheng-ui
> zheng-admin
基于bootstrap实现的响应式Material Design风格的通用后台管理系统`zheng`项目所有系统都是使用该模块界面作为前端展示。
基于bootstrap实现的响应式Material Design风格的通用后台管理系统`zheng`项目所有后台系统都是使用该模块界面作为前端展示。
> zheng-upms
@ -250,7 +251,7 @@ Spring+SpringMVC+Mybatis框架集成公共模块包括公共配置、MybatisG
### 编译流程
zheng-ui、zheng-common => zheng-upms => 其他
zheng-admin、zheng-common => zheng-upms => 其他
### 启动顺序(后台)
```

View File

@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.zheng</groupId>
<artifactId>zheng-ui</artifactId>
<artifactId>zheng-admin</artifactId>
<version>1.0.0</version>
<packaging>jar</packaging>
<name>zheng-ui</name>
<name>zheng-admin</name>
<url>http://www.zhangshuzheng.cn</url>
<properties>
@ -19,7 +19,7 @@
</properties>
<build>
<finalName>zheng-ui</finalName>
<finalName>zheng-admin</finalName>
<resources>
<resource>
<directory>src</directory>

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

View File

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 92 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 128 KiB

View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 128 KiB

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

Before

Width:  |  Height:  |  Size: 135 KiB

After

Width:  |  Height:  |  Size: 135 KiB

View File

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View File

Before

Width:  |  Height:  |  Size: 89 KiB

After

Width:  |  Height:  |  Size: 89 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 307 B

After

Width:  |  Height:  |  Size: 307 B

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Some files were not shown because too many files have changed in this diff Show More