- Spring 5.0 Microservices(Second Edition)
- Rajesh R V
- 79字
- 2021-07-02 19:45:01
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.
推薦閱讀
- 從零開始:數(shù)字圖像處理的編程基礎(chǔ)與應(yīng)用
- TypeScript入門與實(shí)戰(zhàn)
- C語言程序設(shè)計(jì)(第2版)
- Unity Virtual Reality Projects
- 網(wǎng)絡(luò)爬蟲原理與實(shí)踐:基于C#語言
- Python數(shù)據(jù)分析從0到1
- C語言程序設(shè)計(jì)學(xué)習(xí)指導(dǎo)與習(xí)題解答
- Learning Laravel's Eloquent
- Java程序設(shè)計(jì)入門
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- JavaScript程序設(shè)計(jì):基礎(chǔ)·PHP·XML
- Serverless Web Applications with React and Firebase
- Scala編程實(shí)戰(zhàn)
- Python Projects for Kids
- 你好!Java