- 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?
推薦閱讀
- Learning ROS for Robotics Programming(Second Edition)
- 在最好的年紀學Python:小學生趣味編程
- Getting Started with ResearchKit
- Arduino開發(fā)實戰(zhàn)指南:LabVIEW卷
- 動手玩轉(zhuǎn)Scratch3.0編程:人工智能科創(chuàng)教育指南
- GitLab Repository Management
- Python Geospatial Development(Second Edition)
- Julia Cookbook
- INSTANT Django 1.5 Application Development Starter
- Drupal 8 Configuration Management
- 用戶體驗增長:數(shù)字化·智能化·綠色化
- Orleans:構(gòu)建高性能分布式Actor服務(wù)
- Python Deep Learning
- UI設(shè)計基礎(chǔ)培訓教程(全彩版)
- Python數(shù)據(jù)預(yù)處理技術(shù)與實踐