entity-engine是将Apache OfBiz中entity剥离出来,单独使用,没有entity eca。
项目地址:https://bitbucket.org/atlassian/entity-engine
需要jar包的朋友直接去https://maven.atlassian.com/#nexus-search;quick~entityengine下载
POM工程,直接加
<dependency>
<groupId>com.atlassian.ofbiz</groupId>
<artifactId>entityengine</artifactId>
<version>1.1.6</version>
</dependency>
因为涉及到OFBiz entity的一些配置文件,我建议大家把源码下下来,test包下有完整的配置文件
配置完数据库,测试代码

文章介绍了一个名为entity-engine的项目,它是从Apache OfBiz中剥离出来的实体引擎,提供了独立使用的jar包和POM工程。详细说明了如何下载jar包和配置数据库,测试代码。

8776

被折叠的 条评论
为什么被折叠?



