Commit 659b45848ad161df60610022eb498518baaac52d

Authored by zhangdaihao
1 parent 5f338c27

项目介绍

Too many changes to show.

To preserve performance only 1 of 2 files are displayed.

README.md
... ... @@ -8,7 +8,7 @@ Jeecg-Boot 快速开发平台(前后端分离版本)
8 8  
9 9 当前最新版本: 2.0.0(发布日期:20190520)
10 10  
11   -[![AUR](https://img.shields.io/badge/license/Apache-2.0.svg)](https://github.com/zhangdaiscott/jeecg-boot/blob/master/LICENSE)
  11 +[![AUR](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg)](https://github.com/zhangdaiscott/jeecg-boot/blob/master/LICENSE)
12 12 [![](https://img.shields.io/badge/Author-Scott-orange.svg)](https://blog.csdn.net/zhangdaiscott)
13 13 [![](https://img.shields.io/badge/version-2.0-brightgreen.svg)](https://github.com/zhangdaiscott/jeecg-boot)
14 14 [![GitHub stars](https://img.shields.io/github/stars/zhangdaiscott/jeecg-boot.svg?style=social&label=Stars)](https://github.com/zhangdaiscott/jeecg-boot)
... ... @@ -18,6 +18,9 @@ Jeecg-Boot 快速开发平台(前后端分离版本)
18 18  
19 19 项目介绍:
20 20 -----------------------------------
  21 +
  22 +<h4 align="center">Java RAD framework for enterprise web applications</h4>
  23 +
21 24 Jeecg-Boot 是一款基于代码生成器的智能开发平台!采用前后端分离架构:SpringBoot,Mybatis,Shiro,JWT,Vue&Ant Design。强大的代码生成器让前端和后台代码一键生成,不需要写任何代码,保持jeecg一贯的强大,绝对是全栈开发福音!! JeecgBoot在提高UI能力的同时,降低了前后分离的开发成本,JeecgBoot还独创在线开发模式(No代码概念),一系列在线智能开发:在线配置表单、在线配置报表、在线图表设计、在线设计流程等等。
22 25  
23 26 JEECG宗旨是: 简单功能由Online Coding配置实现(在线配置表单、在线配置报表、在线图表设计、在线设计流程、在线设计表单),复杂功能由代码生成器生成进行手工Merge,既保证了智能又兼顾了灵活;
... ...