Home  >  Q&A  >  body text

java - 什么叫构建?求解答 ^.^

我是一个新人,在公司总是听他们说 把XX项目构建一下

像一个javaweb 程序 构建是不是就是把它发布到服务器上?

构建是什么意思呢?

迷茫迷茫2742 days ago623

reply all(4)I'll reply

  • 迷茫

    迷茫2017-04-18 10:57:42

    A build usually has these two parts:

    Compile: The source code is compiled into a binary document for future operation.

    Packaging: Pack the compiled binary documents and some meta documents into a package in a certain format for future release and deployment.

    Other on-demand services may include deployment and testing.

    reply
    0
  • 高洛峰

    高洛峰2017-04-18 10:57:42

    Build....

    reply
    0
  • 巴扎黑

    巴扎黑2017-04-18 10:57:42

    gradle build

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-18 10:57:42

    For example, using maven to build a project means using maven's management module to generate some necessary components to save labor.
    http://www.w3cschool.cn/maven/

    reply
    0
  • Cancelreply