rebuild/README.md
REBUILD 企业管理系统 bb233dca10
fix: RbAlertBox dismiss (#692)
* fix: RbAlertBox dismiss

* be: AutoApproval
2023-12-11 11:37:45 +08:00

99 lines
4.8 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[![Codacy](https://api.codacy.com/project/badge/Grade/599a0a3e46f84e6bbc29e8fbe4632860)](https://www.codacy.com/app/getrebuild/rebuild)
[![codecov](https://codecov.io/gh/getrebuild/rebuild/branch/master/graph/badge.svg)](https://codecov.io/gh/getrebuild/rebuild)
[![Package](https://github.com/getrebuild/rebuild/actions/workflows/maven-publish.yml/badge.svg)](https://github.com/getrebuild?tab=packages&repo_name=rebuild)
[![Build Status](https://travis-ci.com/getrebuild/rebuild.svg?branch=master)](https://travis-ci.com/getrebuild/rebuild)
[![License GPLv3](https://img.shields.io/github/license/getrebuild/rebuild.svg)](https://getrebuild.com/legal/service-terms)
[![License 商业授权](https://img.shields.io/badge/license-%E5%95%86%E4%B8%9A%E6%8E%88%E6%9D%83-red.svg)](https://getrebuild.com/legal/service-terms)
## 项目特色
**_相较于同类产品REBUILD 更侧重于业务需求实现而非基础的技术框架或项目启动模板。_**
「开放式设计」是 REBUILD 的重要设计理念。得益于研发团队成熟的 B 端产品经验,我们实现了对企业日常各类需求的可配置化管理。全图形化系统设计搭建,所见即所得。
更多详情介绍 [https://getrebuild.com/](https://getrebuild.com/)
> **福利:加入 REBUILD VIP 用户 QQ 交流群 819865721 1013051587 GET 使用技能**
## V3.5 新特性
本次更新为你带来众多功能增强与优化。
1. [新增] 批量审批
2. [新增] 表单引用组件
3. [新增] 触发器执行流程图
4. [新增] 触发器高级表达式函数 `ISNULL` `DATEPICKAT`
5. [新增] WORD 模板
6. [新增] 手机版支持导出报表
7. [优化] 手机版导航样式优化
8. [优化] 明细实体支持显示在视图页下方
9. ...
更多更新详情请参见 [更新日志](https://getrebuild.com/docs/dev/changelog)
## 在线体验
[https://nightly.getrebuild.com/](https://nightly.getrebuild.com/)
> 默认超级管理员用户名密码为 `admin` `admin`
## 使用
开始使用 REBUILD 非常简单,不需要配置复杂的运行环境,零依赖快速部署,超简单!
#### 1. 使用已发布版本
_生产环境强烈推荐使用此方式 !!!_
首先 [下载](https://getrebuild.com/download) 安装包,我们同时提供 `standalone``boot` 两种安装包。`standalone` 为集成安装包(推荐),`boot` 为 SpringBoot 的 `jar` 包,两种安装包在功能上没有区别。
下载后解压(集成安装包),通过 `start-rebuild.bat``start-rebuild.sh` 启动, 打开浏览器输入 [http://localhost:18080/](http://localhost:18080/) 开始体验。
更多详情请参见 [安装文档](https://getrebuild.com/docs/admin/install)
#### 2. 通过源码编译
_注意 !!! 生产环境请使用 `master` 分支默认分支其他分支为开发分支功能存在不确定性_
```
# 拉取
git clone --depth=1 https://github.com/getrebuild/rebuild.git
# 编译
mvn package
# 运行
java -jar target/rebuild.jar
```
打开浏览器输入 [http://localhost:18080/](http://localhost:18080/) 开始体验。
## 开发
REBUILD 从 2.0 版本开始支持 `jar``war` 两种打包/运行模式,两种模式在开发与使用上没有区别。默认情况下使用 SpringBoot `jar` 模式,启动类为 [BootApplication](https://github.com/getrebuild/rebuild/blob/master/src/main/java/com/rebuild/core/BootApplication.java) 。
如你希望使用外部 Tomcat或其他 Java Web 容器) 即 `war` 方式,请将 `pom.xml` 文件中注释为 `UNCOMMENT USE TOMCAT` 的下一行取消注释。
#### 开发环境
REBUILD 对于开发环境的要求非常简单,由于使用 Java 开发,因此可以运行在几乎所有操作系统上。请按如下清单准备:
- JDK 1.8+(兼容 OpenJDK
- MySQL 5.6+
- Redis 3.2+(非必须,默认使用内置的 Ehcache 缓存)
- Tomcat 8.0+(非必须,默认使用 SpringBooot 内置 Tomcat
- Apache Maven 3.6+
- IDEA 或 Eclipse (for JEE)
更多详情请参见 [开发人员文档](https://getrebuild.com/docs/dev/)
## 授权 License
REBUILD 使用 GPL-3.0 开源许可和商业授权双重授权协议,使用将被视为你自愿承诺接受 [用户服务协议](https://getrebuild.com/legal/service-terms) 之所有条款。
REBUILD uses the GPL-3.0 open source license and commercial license dual license agreement. Use will be deemed your voluntary commitment to accept all terms of the [Agreement](https://getrebuild.com/legal/service-terms).
## 购买商业授权
从 2.0 版本开始REBUILD 将推出 [增值功能](https://getrebuild.com/docs/rbv-features) 计划。如果 REBUILD 对贵公司业务有帮助,请考虑 [购买商业授权](https://getrebuild.com/#pricing-plans) 以支持 REBUILD 可持续发展。除了永久享有全部最新功能以外,还可以得到更专业的技术支持服务。非常感谢!