- Spring MVC Beginner’s Guide
- Amuthan G
- 120字
- 2021-07-16 11:25:39
Configuring a development environment
We installed Java and Maven to compile and package Java source code, and we installed Tomcat to deploy and run our application. However, prior to all this, we have to write the Spring MVC code so that we can compile, package, and run the code.
We can use any simple text editor on our computer to write our code, but that won't help us much with features such as finding syntax errors as we type, autosuggesting important key words, syntax highlighting, easy navigation, and so on.
Integrated Development Environment (IDE) can help us with these features to develop the code faster and error free. We are going to use Spring Tool Suite (STS) as our IDE.
推薦閱讀
- Greenplum:從大數(shù)據(jù)戰(zhàn)略到實現(xiàn)
- Microsoft SQL Server企業(yè)級平臺管理實踐
- 數(shù)據(jù)之巔:數(shù)據(jù)的本質(zhì)與未來
- Test-Driven Development with Mockito
- App+軟件+游戲+網(wǎng)站界面設(shè)計教程
- PySpark大數(shù)據(jù)分析與應(yīng)用
- SQL優(yōu)化最佳實踐:構(gòu)建高效率Oracle數(shù)據(jù)庫的方法與技巧
- 重復(fù)數(shù)據(jù)刪除技術(shù):面向大數(shù)據(jù)管理的縮減技術(shù)
- 編寫有效用例
- 聯(lián)動Oracle:設(shè)計思想、架構(gòu)實現(xiàn)與AWR報告
- 數(shù)據(jù)庫與數(shù)據(jù)處理:Access 2010實現(xiàn)
- 數(shù)據(jù)庫原理與設(shè)計實驗教程(MySQL版)
- Access 2016數(shù)據(jù)庫應(yīng)用基礎(chǔ)
- Hands-On Deep Learning for Games
- MySQL數(shù)據(jù)庫應(yīng)用與管理