datagear/README.md

48 lines
1.2 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.

# 数据齿轮 DataGear
数据齿轮DataGear是一款数据库管理系统使用Java语言开发采用浏览器/服务器架构,以数据管理为核心功能,支持多种数据库。
它的数据模型并不是原始的数据库表,而是融合了数据库表及表间关系,更偏向于领域模型的数据模型,能够更友好、方便、快速地查询和维护数据。
它采用JDBC规范与数据库进行连接和通信能够支持所有遵循JDBC规范的数据库这包括MySQL、Oracle、PostgreSQL、SQL Server等主流数据库。
## 官网
[http://www.datagear.tech](http://www.datagear.tech)
## 文档
[http://www.datagear.tech/documentation](http://www.datagear.tech/documentation)
## 界面
![界面图片](http://datagear.tech/static/theme/lightness/datagear-home-screen.png)
## 依赖
Java 6+
Servlet 3.0+
## 编译
mvn clean package
## 运行
cd datagear-webembd/target/datagear-[version]
Linux环境
./startup.sh
windows环境
startup.bat
## 版本号升级
1. 修改`pom.xml`文件中的`version`标签内的版本号;
2. 执行如下maven命令
mvn -N versions:update-child-modules antrun:run