- Spring MVC Beginner’s Guide
- Amuthan G
- 272字
- 2021-07-16 11:25:39
Time for action – installing Spring Tool Suite
STS is the best Eclipse-powered development environment to build Spring applications. Let's take a look at how we can install STS:
- Go to the STS download page at http://spring.io/tools/sts/all.
- Click on the STS installer
.exe
link to download the file that corresponds to your windows operating system architecture type (32 bit or 62 bit); this will start the download of the installer. The STS stable release version at the time of writing this book is STS 3.4.0.RELEASE based on Eclipse 4.3.1. - Once the download is finished, go to the downloaded directory and double-click on the installer; this will open up a wizard window.
- Just click through the next buttons in the wizard, leaving the default options alone; if you want to customize the installation directory, you can specify that in the steps you perform in the wizard.
Tip
Downloading the example code
You can download the example code files for all Packt books you have purchased from your account at http://www.packtpub.com. If you purchased this book elsewhere, you can visit http://www.packtpub.com/support and register to have the files e-mailed directly to you.
- In step 5 of the wizard, you have to provide the JDK path; just enter the JDK path that you configured for the
JAVA_HOME
environment variable, as shown in the following screenshot:Setting the JDK path during the STS installation
We have almost installed all the tools and software required to develop a Spring MVC application, so now, we can create our Spring MVC project on STS. However, before jumping into creating a project, we need to perform a final configuration for STS.
推薦閱讀
- 同步:秩序如何從混沌中涌現
- Hands-On Machine Learning with Microsoft Excel 2019
- Google Visualization API Essentials
- Learning Spring Boot
- Lean Mobile App Development
- Mockito Cookbook
- 辦公應用與計算思維案例教程
- 淘寶、天貓電商數據分析與挖掘實戰(第2版)
- Solaris操作系統原理實驗教程
- Power BI智能數據分析與可視化從入門到精通
- 改變未來的九大算法
- 計算機視覺
- Gideros Mobile Game Development
- 大數據數學基礎(R語言描述)
- 企業大數據處理:Spark、Druid、Flume與Kafka應用實踐