| Version 11 (modified by chenchongqi, 13 years ago) (diff) |
|---|
给力 / Geli ORM
给力(Geli)ORM 框架是我在太平洋互动架构(BBS6架构)上改进出来的一个更方便使用的架构。目的是使得开发更简单,开发人员可以享受开发的乐趣!
在这里我要感谢开发部的同事们,是大家的广泛使用才使得BBS6架构有了大量的运行经验。这里尤其感谢达荣、崇锜、阿水、老谢几个同事在库类应用上对BBS6框架的改进,给力其实是收到这些改进影响才逐步产生的。
版本发布
手动在仓库中下在jar文件,或者直接使用maven依赖配置。
http://ci.pconline.com.cn/nexus/index.html
1.1.0-SNAPSHOT
- 增加复合主键功能
- Entity包扫描功能,配置文件只需配置到包,无需逐个配置Entity类
- JSONField不需要注释,之前版本没有配listner情况下不特意注明会导致空指针错误。
- bugfix
<dependency> <groupId>org.gelivable</groupId> <artifactId>geli</artifactId> <version>1.1.0-SNAPSHOT</version> </dependency>
注:因为目前1.1.0是SNAPSHOT版本,请在maven本地配置settings.xml中加上仓库的SNAPSHOT容器信息
<repository>
<id>snapshots-repository</id>
<name>snapshots repository</name>
<url>http://ci.pc.com.cn/nexus/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
1.0.1
- 增加分表功能
<dependency> <groupId>org.gelivable</groupId> <artifactId>geli</artifactId> <version>1.0.1</version> </dependency>
示例应用
How to
使用项目
- 电脑网下载、壁纸库、比价
- 游戏竞猜、游戏发号、
- 女性化妆品库、腕表库
Attachments
-
geli_admin_auth.html
(23.7 KB) -
added by chenxiaohu 11 years ago.
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)