- Spring Microservices
- Rajesh RV
- 153字
- 2021-07-02 16:28:28
Setting up a development environment
To crystalize microservices concepts, a couple of microservices will be built. For this, it is assumed that the following components are installed:
- JDK 1.8: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
- Spring Tool Suite 3.7.2 (STS): https://spring.io/tools/sts/all
- Maven 3.3.1: https://maven.apache.org/download.cgi
Alternately, other IDEs such as IntelliJ IDEA, NetBeans, or Eclipse could be used. Similarly, alternate build tools such as Gradle can be used. It is assumed that the Maven repository, class path, and other path variables are set properly to run STS and Maven projects.
This chapter is based on the following versions of Spring libraries:
- Spring Framework
4.2.6.RELEASE
- Spring Boot
1.3.5.RELEASE
Tip
Detailed steps to download the code bundle are mentioned in the Preface of this book. Have a look.
The code bundle for the book is also hosted on GitHub at https://github.com/PacktPublishing/Spring-Microservices. We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!
- C++面向對象程序設計(第三版)
- 零基礎PHP學習筆記
- HTML5 移動Web開發從入門到精通(微課精編版)
- Mastering Unity Shaders and Effects
- Hands-On C++ Game Animation Programming
- 精通Python自然語言處理
- Python算法從菜鳥到達人
- Spring Boot企業級項目開發實戰
- C語言課程設計
- Kotlin從基礎到實戰
- Create React App 2 Quick Start Guide
- 零基礎學Python編程(少兒趣味版)
- App Inventor少兒趣味編程動手做
- Android Studio開發實戰:從零基礎到App上線 (移動開發叢書)
- Web編程基礎:HTML5、CSS3、JavaScript(第2版)