Changes between Version 8 and Version 9 of WikiStart


Ignore:
Timestamp:
01/21/2013 02:49:19 PM (13 years ago)
Author:
chenchongqi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v8 v9  
    77= 版本发布 = 
    88http://ci.pconline.com.cn/nexus/index.html 
    9 == 1.1.0 == 
     9== 1.1.0-SNAPSHOT == 
    1010* 增加复合主键功能 
    1111* Entity包扫描功能,配置文件只需配置到包,无需逐个配置Entity类 
     
    1616  <groupId>org.gelivable</groupId> 
    1717  <artifactId>geli</artifactId> 
    18   <version>1.1.0</version> 
     18  <version>1.1.0-SNAPSHOT</version> 
    1919</dependency> 
    2020}}}