- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 100字
- 2021-06-24 19:17:28
Setting up our development environment
Before we start, we need to set up our development environment. Our development environment consists of the following four tools:
- JDK
- Build tool
- IDE
- Docker
We will install JDK version 8.0. This version is fully supported in Spring Framework 5. We will present the steps to install Maven 3.3.9, the most famous build tool for Java development, and in the last part, we will show you some detailed instructions on how to install IntelliJ IDEA Community Edition. We will use Ubuntu 16.04, but you can use your favorite OS. The installation steps are easy.
推薦閱讀
- iOS Game Programming Cookbook
- Visual Basic .NET程序設計(第3版)
- Python自然語言處理實戰:核心技術與算法
- Mastering Ember.js
- Learning Python Design Patterns(Second Edition)
- 編譯系統透視:圖解編譯原理
- Visual Basic程序設計實驗指導(第4版)
- Learning Python by Building Games
- Python完全自學教程
- Java EE 7 Performance Tuning and Optimization
- Domain-Driven Design in PHP
- JSP程序設計與案例實戰(慕課版)
- Maven for Eclipse
- Python物理建模初學者指南(第2版)
- 軟件測試(慕課版)