| Version 16 (modified by chenchongqi, 13 years ago) (diff) |
|---|
给力 / Geli ORM
给力(Geli)ORM 框架是我在太平洋互动架构(BBS6架构)上改进出来的一个更方便使用的架构。目的是使得开发更简单,开发人员可以享受开发的乐趣!
在这里我要感谢开发部的同事们,是大家的广泛使用才使得BBS6架构有了大量的运行经验。这里尤其感谢达荣、崇锜、阿水、老谢几个同事在库类应用上对BBS6框架的改进,给力其实是收到这些改进影响才逐步产生的。
版本发布
手动在仓库中下在jar文件,或者直接使用maven依赖配置。
http://ci.pc.com.cn/nexus/index.html
2.0.0 SNAPSHOT
1.1.0
- 增加复合主键功能
- Entity包扫描功能,配置文件只需配置到包,无需逐个配置Entity类
- JSONField不需要注释,之前版本没有配listner情况下不特意注明会导致空指针错误。
- 使用memcached client 2.6.6版本
- bugfix
<dependency> <groupId>org.gelivable</groupId> <artifactId>geli</artifactId> <version>1.1.0</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
使用项目
- 电脑网下载、壁纸库、比价
- 游戏竞猜、游戏发号、
- 女性化妆品库、腕表库
事件
Results (1 - 10 of 12)
| Ticket | Status | Resolution | Version | Owner | Reporter | Type | Modified |
|---|---|---|---|---|---|---|---|
| #12 | new | 2.0.4 | chenxiaohu | zhouruxuan | defect | 10 years | |
| #11 | new | 2.0.4 | somebody | xujianyou | defect | 11 years | |
| #10 | closed | fixed | 2.0.4 | somebody | mojunbin | defect | 12 years |
| #9 | closed | fixed | 2.0.4 | somebody | chenxiaohu | defect | 12 years |
| #8 | assigned | 2.0.4 | chenxiaohu | chenchongqi | defect | 12 years | |
| #7 | closed | fixed | 2.0.0 | somebody | liaojiaohe | defect | 12 years |
| #6 | closed | fixed | 2.0.0 | somebody | liaojiaohe | defect | 12 years |
| #5 | closed | fixed | somebody | huangxianduan | defect | 12 years | |
| #4 | closed | fixed | 2.0.0 | chenxiaohu | chenchongqi | defect | 13 years |
| #3 | closed | fixed | 1.1.0 | somebody | huangxianduan | enhancement | 13 years |
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)