Changes between Version 15 and Version 16 of WikiStart


Ignore:
Timestamp:
03/01/2013 02:09:09 PM (13 years ago)
Author:
chenchongqi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v15 v16  
    99http://ci.pc.com.cn/nexus/index.html 
    1010 
     11== 2.0.0 SNAPSHOT == 
     12 
     13 
    1114== 1.1.0 == 
    12 * 没有新增功能 
    13  
    14 == 1.1.0-SNAPSHOT == 
    1515* 增加复合主键功能 
    1616* Entity包扫描功能,配置文件只需配置到包,无需逐个配置Entity类 
     
    2222  <groupId>org.gelivable</groupId> 
    2323  <artifactId>geli</artifactId> 
    24   <version>1.1.0-SNAPSHOT</version> 
     24  <version>1.1.0</version> 
    2525</dependency> 
    2626}}}