- Spring 5.0 Microservices(Second Edition)
- Rajesh R V
- 128字
- 2021-07-02 19:45:01
Setting up a development environment
To crystalize microservices' concepts, a couple of microservices will be built. For that, 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.8.2 (STS) (https://spring.io/tools/sts/all)
- Maven 3.3.1 (https://maven.apache.org/download.cgi)
Alternately, other IDEs like IntelliJ IDEA/NetBeans/Eclipse could be used. Similarly, alternate build tools like Gradle can be used. It is assumed that Maven repository, class path, and other path variables are set properly for running STS and Maven projects.
This chapter is based on the following versions of Spring libraries:
- Spring Framework 5.0.0.RC1
- Spring Boot 2.0.0. M1
The focus of this chapter is not to explore the full features of Spring Boot, but to understand some of the essential and important features of Spring Boot, required when building microservices.
推薦閱讀
- 多媒體CAI課件設計與制作導論(第二版)
- Java Web基礎與實例教程(第2版·微課版)
- Mastering matplotlib
- JavaScript 程序設計案例教程
- HDInsight Essentials(Second Edition)
- C語言課程設計
- Learning Python Design Patterns
- Mastering Git
- 現代C++編程實戰:132個核心技巧示例(原書第2版)
- Practical Predictive Analytics
- Java高手是怎樣煉成的:原理、方法與實踐
- Wearable:Tech Projects with the Raspberry Pi Zero
- 例說FPGA:可直接用于工程項目的第一手經驗
- Learning NHibernate 4
- 少年小魚的魔法之旅:神奇的Python