- 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.
推薦閱讀
- Test-Driven Development with Mockito
- 計算機信息技術基礎實驗與習題
- Access 2007數據庫應用上機指導與練習
- PySpark大數據分析與應用
- SQL查詢:從入門到實踐(第4版)
- 數據庫系統原理及應用教程(第4版)
- Spark大數據分析實戰
- “互聯網+”時代立體化計算機組
- 基于OPAC日志的高校圖書館用戶信息需求與檢索行為研究
- Apache Kylin權威指南
- MySQL技術內幕:SQL編程
- Deep Learning with R for Beginners
- 數據應用工程:方法論與實踐
- 大數據隱私保護技術與治理機制研究
- Creating Mobile Apps with Appcelerator Titanium