- Spring 5.0 Microservices(Second Edition)
- Rajesh R V
- 79字
- 2025-04-04 18:53:35
Getting started with Spring Boot
These are the different ways in which Spring Boot-based application development can be started:
- By using Spring Boot CLI as a command-line tool
- By using IDEs like Spring Tool Suite (STS), which provide Spring Boot, supported out of the box
- By using the Spring Initializr project at http://start.spring.io
- By using SDKMAN! (The Software Development Kit Manager) from http://sdkman.io
The first three options will be explored in this chapter, developing a variety of example services.