- Spring:Microservices with Spring Boot
- Ranga Rao Karanam
- 151字
- 2021-07-02 16:18:18
Chapter 1. Building Microservices with Spring Boot
As we discussed in the last lesson, we are moving toward architectures with smaller, independently deployable microservices. This would mean that there will be a huge number of smaller microservices developed.
An important consequence is that we would need to be able to quickly get off the ground and get running with new components.
Spring Boot aims to solve the problem of getting off fast with a new component. In this lesson, we will start with understanding the capabilities Spring Boot brings to the table. We will answer the following questions:
- Why Spring Boot?
- What are the features that Spring Boot provides?
- What is auto-configuration?
- What is Spring Boot not?
- What happens in the background when you use Spring Boot?
- How do you use Spring Initializr to create new Spring Boot projects?
- How do you create basic RESTful services with Spring Boot?
推薦閱讀
- 數據科學實戰手冊(R+Python)
- Java系統分析與架構設計
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- 深入實踐Spring Boot
- 實戰低代碼
- The Computer Vision Workshop
- Learning Selenium Testing Tools(Third Edition)
- Java程序設計
- UNIX Linux程序設計教程
- Java程序設計案例教程
- Python 3.7從入門到精通(視頻教學版)
- MINECRAFT編程:使用Python語言玩轉我的世界
- 平面設計經典案例教程:CorelDRAW X6
- Magento 2 Beginners Guide
- Learning Cocos2d-JS Game Development