- 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?
推薦閱讀
- Vue.js快速入門與深入實(shí)戰(zhàn)
- 基于Java技術(shù)的Web應(yīng)用開發(fā)
- C語言程序設(shè)計(jì)
- SQL基礎(chǔ)教程(視頻教學(xué)版)
- Building RESTful Python Web Services
- 運(yùn)用后端技術(shù)處理業(yè)務(wù)邏輯(藍(lán)橋杯軟件大賽培訓(xùn)教材-Java方向)
- Instant Lucene.NET
- Advanced Express Web Application Development
- Python爬蟲、數(shù)據(jù)分析與可視化:工具詳解與案例實(shí)戰(zhàn)
- Android嵌入式系統(tǒng)程序開發(fā):基于Cortex-A8(第2版)
- Apache Camel Developer's Cookbook
- Everyday Data Structures
- Kotlin極簡教程
- Getting Started with Python
- Vue.js 3應(yīng)用開發(fā)與核心源碼解析