Changes between Version 17 and Version 18 of shareMaven
- Timestamp:
- 12/29/2011 02:35:54 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
shareMaven
v17 v18 144 144 ---- 145 145 146 {{{ 147 <properties> 148 <spring.version>2.5.6</spring.version> 149 </properties> 150 }}} 151 - 对于一些像spring的多个包的,我们需要保存版本一致,可以加上properties 152 {{{ 153 <dependency> 154 <groupId>org.springframework</groupId> 155 <artifactId>spring-web</artifactId> 156 <version>${spring.version}</version> 157 </dependency> 158 }}} 159 - 依赖版本可以写属性读取的方式 160 161 ---- 162 163 146 164 === '''游戏大厅Maven使用总结''' === 147 165 - 在游戏大厅项目中,我们更多的是使用Maven来进行项目的构建。
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)