All Projects → getrebuild → Rebuild

getrebuild / Rebuild

Licence: gpl-3.0
Building your business-systems freely! 高度可定制化的企业管理系统 企业中台

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Rebuild

Workflow
审批王,华炎魔方内置BPM工作流引擎,低代码快速开发平台。
Stars: ✭ 111 (-34.32%)
Mutual labels:  erp, crm, workflow
Efo
EFO是一个基于SpringBoot和Vue构建的文件分享系统,包括文件的上传与下载,文件的权限管理,远程文件管理等功能。
Stars: ✭ 327 (+93.49%)
Mutual labels:  file-manager, spring-boot, spring
Ax Boot Framework
Full Stack Java Web Application Framework with Java & HTML5
Stars: ✭ 244 (+44.38%)
Mutual labels:  spring-boot, spring, enterprise
Metasfresh
We do Open Source ERP - Fast, Flexible & Free Software to scale your Business.
Stars: ✭ 807 (+377.51%)
Mutual labels:  erp, crm, spring-boot
Ward
Server dashboard
Stars: ✭ 1,026 (+507.1%)
Mutual labels:  spring-boot, spring, dashboard
Expand
DevExpress XAF extension framework. 𝗹𝗶𝗻𝗸𝗲𝗱𝗶𝗻.𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸.𝗰𝗼𝗺, 𝘆𝗼𝘂𝘁𝘂𝗯𝗲.𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸.𝗰𝗼𝗺 and 𝘁𝘄𝗶𝘁𝘁𝗲𝗿 @𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸 and or simply 𝗦𝘁𝗮𝗿/𝘄𝗮𝘁𝗰𝗵 this repository and get notified from 𝗚𝗶𝘁𝗛𝘂𝗯
Stars: ✭ 158 (-6.51%)
Mutual labels:  reporting, workflow, dashboard
Abixen Platform
Abixen Platform
Stars: ✭ 530 (+213.61%)
Mutual labels:  reporting, spring-boot, dashboard
Yetiforcecrm
Our team created for you one of the most innovative CRM systems that supports mainly business processes and allows for customization according to your needs. Be ahead of your competition and implement YetiForce!
Stars: ✭ 1,056 (+524.85%)
Mutual labels:  erp, crm, workflow
Poli
An easy-to-use BI server built for SQL lovers. Power data analysis in SQL and gain faster business insights.
Stars: ✭ 1,850 (+994.67%)
Mutual labels:  reporting, spring-boot, dashboard
Spring Thrift Starter
Set of cool annotations that helps you building Thrift applications with Spring Boot
Stars: ✭ 151 (-10.65%)
Mutual labels:  spring-boot, spring
Cas Client Autoconfig Support
Annotation-based configuration support for Apereo CAS Java clients
Stars: ✭ 153 (-9.47%)
Mutual labels:  spring-boot, spring
Bird Java
bird-java是以Spring Boot为基础的开发增强组件包。
Stars: ✭ 154 (-8.88%)
Mutual labels:  spring-boot, spring
Grpc Spring Boot Starter
Spring Boot starter module for gRPC framework.
Stars: ✭ 2,190 (+1195.86%)
Mutual labels:  spring-boot, spring
Erc20 Rest Service
ERC-20 token standard RESTful service using Spring Boot and web3j
Stars: ✭ 150 (-11.24%)
Mutual labels:  spring-boot, spring
Spring Boot Inside
spring boot技术细节的相关demo
Stars: ✭ 154 (-8.88%)
Mutual labels:  spring-boot, spring
Vue Admin Java
spring boot + mybatis + vue + element-ui 实现后台管理API接口 https://lmxdawn.github.io/vue-admin-java
Stars: ✭ 149 (-11.83%)
Mutual labels:  spring-boot, spring
Charon Spring Boot Starter
Reverse proxy implementation in form of a Spring Boot starter.
Stars: ✭ 155 (-8.28%)
Mutual labels:  spring-boot, spring
Spring Samples
A series of examples used to demonstrate certain features of Spring.
Stars: ✭ 154 (-8.88%)
Mutual labels:  spring-boot, spring
Isotope Mail
Isotope Mail Client
Stars: ✭ 147 (-13.02%)
Mutual labels:  spring-boot, spring
Spring Boot Blog
spring boot & mybatis 示例
Stars: ✭ 154 (-8.88%)
Mutual labels:  spring-boot, spring

Codacy codecov Build Status License GPLv3 License COMMERCIAL

福利:欢迎加入 REBUILD QQ 交流群 819865721

REBUILD 2.2 新特性

本次更新为你带来众多新功能与优化。

  1. [新增] 外部表单
  2. [新增] 界面主题选择
  3. [新增] 数字型字段计算公式
  4. [新增] 多行文本字段富文本编辑器
  5. [新增] 高级表单控制
  6. ...

更多新特性请移步 CHANGLOG

在线体验

https://nightly.getrebuild.com/

管理员用户名密码均为 admin,普通用户名密码均为 rebuild

使用

开始使用 RB 非常简单,你不需要搭建复杂的运行环境,甚至不需要安装 JDK(standalone 安装包自带)。零依赖快速部署,就是那么简单!

1. 使用已发布版本

生产环境强烈推荐使用此方式 !!!

进入 releases 页面选择适合的安装包下载。从 2.0 版本开始,我们同时提供 bootstandalone 两种安装包。boot 为 Spring Boot 的 jar 独立运行模式,standalone 为外置 Tomcat 运行模式,两种模式在功能上并无区别。

更多信息请参考 安装文档

2. 通过源码编译

注意 !!! 生产环境请使用 master 分支(即默认分支),其他分支为开发分支,功能存在不确定性

# 拉取
git clone --depth=1 https://github.com/getrebuild/rebuild.git

# 编译
mvn package

# 运行
java -jar target/rebuild.jar

打开浏览器输入 http://127.0.0.1:18080/ 开始体验。

开发

RB 从 2.0 版本开始支持 jarwar 两种打包/运行模式,两种模式在开发与使用上并无区别。默认情况下使用 Spring Boot 的独立 jar 模式,启动类为 BootApplication

如你希望使用外部 Tomcat(或其他 Java Web 容器) 即 war 方式,请将 pom.xml 文件中注释为 UNCOMMENT USE TOMCAT 的下一行取消注释。

启动参数

RB 中有几个非常重要的启动参数需要了解,无论是开发还是运行都非常重要。

参数 说明 默认值
-Drbdev 开发模式下请设为 true,会启用众多开发特性 false
-Drbpass 用于解密加密的配置参数,加密参数使用 AES(xxx) 包裹 REBUILD2018

更多信息请参考 开发人员文档

版权 License

REBUILD 使用开源 GPL-3.0商业授权 双重许可授权。

REBUILD uses both open source (GPL-3.0) and commercial dual-licensing authorizations.

购买商业版

从 2.0 版本开始,RB 将推出商业版增值功能计划。如果 RB 对贵司业务有帮助,可以考虑 购买商业授权 以支持 RB 的日常运营及发展。除了增值功能,还可以得到更好的技术支持服务。非常感谢!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].