摘要:
指定pom文件,打包指定的module,并且自动打包这个模块所依赖的其他模块。 maven多线程并行编译。 其中 表示开启4个线程进行并行, 表示CPU线程的倍数。 mvn高级构建命令 mvn h 可以看到很多命令及其用途 am also make 同时构建所列模块的依赖模块; amd also m 阅读全文
摘要:
简介 Advoid coupling the sender of a reuest to its receiver by giving more than one object a chance to handle the request. Chain the receiving objects a 阅读全文