随笔分类 -  Maven版本管理

maven使用技巧
摘要:原文参考:http://blog.csdn.net/xiaomageit/article/details/51492056?locationNum=2&fps=1 1、单个jar上上传 方法一:利用界面 使用Sonatype Nexus搭建Maven私服后添加第三方JAR包 登录Nexus后,点击右 阅读全文
posted @ 2017-03-24 09:43 shindoyang 阅读(10883) 评论(4) 推荐(1)
摘要:以xbank项目做为应用背景,简单说明一下Maven项目的部署方案: xbank基础服务端的11个子项目均采用Maven搭建: 其中各项目功能设计如下: froad-xbank-server-api:提供web端对外调用接口 froad-xbank-server-base:基础部分吗 froad-x 阅读全文
posted @ 2016-03-21 09:44 shindoyang 阅读(2468) 评论(0) 推荐(1)
摘要:一、web项目创建1、打开eclipse,新建Maven项目(注意是选择maven-archetype-webapp)2、新建项目的index.jsp前面是×是因为没有servlet的api的支持-->在pom.xml中添加servlet的依赖;在maven中央仓库:http://www.mvnre... 阅读全文
posted @ 2015-12-05 20:54 shindoyang 阅读(318) 评论(0) 推荐(0)
摘要:4.0.0 反写的公司网址+项目名 项目名+模块名 hi http://maven.apache.org UTF-8 junit junit ... 阅读全文
posted @ 2015-12-05 19:08 shindoyang 阅读(2435) 评论(0) 推荐(0)