maven
画夜
这个作者很懒,什么都没留下…
展开
-
Maven的发布plugin配置
build> plugins> plugin> groupId>org.apache.maven.pluginsgroupId> artifactId>maven-compiler-pluginartifactId> version>2.3.2version>转载 2015-02-10 11:02:24 · 693 阅读 · 0 评论 -
maven配置国内仓库
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://mav原创 2015-02-14 13:30:50 · 834 阅读 · 0 评论 -
MongoDB常用操作
原文:http://www.cnblogs.com/andylaufzf/archive/2011/11/10/2244732.html一、查询 find方法db.collection_name.find(); 查询所有的结果:select * from users;db.users.find();指定返回那些列(键):原创 2015-08-04 17:48:44 · 340 阅读 · 0 评论 -
Junit4+spring测试类
junit4 maven配置 junit junit 4.11 test 配置文件放在当前项目的 src/main/resource或src/main/config测试类特点@RunWith(SpringJUnit4ClassRunner.class)@ContextConfiguration(locations="classpath:sp原创 2015-08-04 15:29:13 · 466 阅读 · 0 评论