- Spring Microservices
- Rajesh RV
- 141字
- 2021-07-02 16:28:28
Chapter 2. Building Microservices with Spring Boot
Developing microservices is not so tedious anymore thanks to the powerful Spring Boot framework. Spring Boot is a framework to develop production-ready microservices in Java.
This chapter will move from the microservices theory explained in the previous chapter to hands-on practice by reviewing code samples. This chapter will introduce the Spring Boot framework and explain how Spring Boot can help build RESTful microservices in line with the principles and characteristics discussed in the previous chapter. Finally, some of the features offered by Spring Boot to make microservices production-ready will be reviewed.
By the end of this chapter, you will have learned about:
- Setting up the latest Spring development environment
- Developing RESTful services using the Spring framework
- Using Spring Boot to build fully qualified microservices
- Useful Spring Boot features to build production-ready microservices
推薦閱讀
- iOS面試一戰到底
- PyTorch自動駕駛視覺感知算法實戰
- Vue.js快跑:構建觸手可及的高性能Web應用
- 實用防銹油配方與制備200例
- Mastering LibGDX Game Development
- Clojure Reactive Programming
- SQL Server從入門到精通(第3版)
- 單片機C語言程序設計實訓100例
- 利用Python進行數據分析
- 基于ARM Cortex-M4F內核的MSP432 MCU開發實踐
- Python 3 數據分析與機器學習實戰
- Machine Learning for Developers
- Node.js實戰:分布式系統中的后端服務開發
- Pandas入門與實戰應用:基于Python的數據分析與處理
- PHP面試一戰到底