Fetch the repository succeeded.
This action will force synchronization from DataGear/datagear, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
数据齿轮(DataGear)是一款数据库管理系统,使用Java语言开发,采用浏览器/服务器架构,以数据管理为核心功能,支持多种数据库。
它的数据模型并不是原始的数据库表,而是融合了数据库表及表间关系,更偏向于领域模型的数据模型,能够更友好、方便、快速地查询和维护数据。
它采用JDBC规范与数据库进行连接和通信,能够支持所有遵循JDBC规范的数据库,这包括MySQL、Oracle、PostgreSQL、SQL Server等主流数据库。
http://www.datagear.tech/documentation
Java 6+
Servlet 3.0+
mvn clean package
cd datagear-webembd/target/datagear-[version]
(Linux环境)
./startup.sh
(windows环境)
startup.bat
修改pom.xml
文件中的version
标签内的版本号;
执行如下maven命令:
mvn -N versions:update-child-modules antrun:run
Sign in for post a comment
Comments ( 0 )