- Spring MVC Beginner’s Guide
- Amuthan G
- 88字
- 2021-07-16 11:25:38
Configuring a build tool
Building a software project typically includes some activities such as the following:
- Compiling all the source code
- Generating the documentation from the source code
- Packaging the compiled code into a JAR or WAR archive file
- Installing the packaged archives files on a server
Manually performing all these tasks is time consuming and is prone to errors. Therefore, we take the help of a build tool. A build tool is a tool that automates everything related to building a software project, from compiling to deploying.
推薦閱讀
- 數(shù)據(jù)要素安全流通
- 深入淺出MySQL:數(shù)據(jù)庫開發(fā)、優(yōu)化與管理維護(hù)(第2版)
- INSTANT Cytoscape Complex Network Analysis How-to
- WS-BPEL 2.0 Beginner's Guide
- 達(dá)夢數(shù)據(jù)庫性能優(yōu)化
- Microsoft Power BI數(shù)據(jù)可視化與數(shù)據(jù)分析
- MySQL 8.x從入門到精通(視頻教學(xué)版)
- HikariCP連接池實(shí)戰(zhàn)
- 商業(yè)智能工具應(yīng)用與數(shù)據(jù)可視化
- 改進(jìn)的群智能算法及其應(yīng)用
- Spring Boot 2.0 Cookbook(Second Edition)
- 量化投資:交易模型開發(fā)與數(shù)據(jù)挖掘
- 數(shù)據(jù)產(chǎn)品經(jīng)理寶典:大數(shù)據(jù)時(shí)代如何創(chuàng)造卓越產(chǎn)品
- Tableau商業(yè)分析從新手到高手(視頻版)
- Learn Selenium