02 2021 档案

摘要:mvn clean package依次执行了clean、resources、compile、testResources、testCompile、test、jar(打包)等7个阶段。mvn clean install依次执行了clean、resources、compile、testResources、 阅读全文
posted @ 2021-02-04 19:39 溪水西流~军 阅读(336) 评论(0) 推荐(0)