一些命令 博客分类: tools maven
程序员文章站
2024-03-17 22:18:10
...
1 maven assembly插件打包snapshot版本的依赖时不使用时间戳版本的名称
http://maven.apache.org/plugins/maven-assembly-plugin/faq.html#outputFileNameMapping
使用baseVersion代替version即可
2 maven跳过集成测试
mvn -DskipITs=true deploy
3 mongodb按插入顺序查询
db.users.find().hint( { $natural : -1 } )
http://maven.apache.org/plugins/maven-assembly-plugin/faq.html#outputFileNameMapping
使用baseVersion代替version即可
2 maven跳过集成测试
mvn -DskipITs=true deploy
3 mongodb按插入顺序查询
db.users.find().hint( { $natural : -1 } )
推荐阅读
-
一些命令 博客分类: tools maven
-
maven查找所有依赖的license类型 博客分类: tools maven
-
VirtualBox报错Unable to load R3 module GetLastError=1790 (VERR_UNRESOLVED_ERROR 博客分类: tools
-
Linux日志分析常用命令 博客分类: Linux命令 日志分析 Linux命令日志分析
-
linux 监控命令 博客分类: linux linux监控
-
[springboot]启动时,先马上执行一些测试,可以实现CommandLineRunner接口 博客分类: CommandLineRunner springboot
-
命令的核心表达式 博客分类: Command Core ExpressionsEclipse
-
命令的核心表达式 博客分类: Command Core ExpressionsEclipse
-
各种常用工具和软件 博客分类: TOOLS 监控性能
-
redis 相关命令 博客分类: Nosql redis