- Mastering Microservices with Java
- Sourabh Sharma
- 199字
- 2021-07-02 13:03:34
Summary
In this chapter, you have explored various aspects of setting up a development environment, Maven configurations, Spring Boot configurations, and so on.
You have also learned how to make use of Spring Boot to develop a sample REST service application. We learned how powerful Spring Boot is—it eases development so much that you only have to worry about the actual code, and not about the boilerplate code or configurations that you write. We have also packaged our code into a JAR file with an embedded application container Jetty. This allows it to run and access the web application without worrying about the deployment.
In the next chapter, you will learn about domain-driven design (DDD) using a sample project that can be used across the remainder of the chapters. We'll use the online table reservation system (OTRS) sample project to go through various phases of microservices development and understand the DDD. After completing Chapter 3, Domain-Driven Design, you will learn the fundamentals of DDD.
You will understand how to use the DDD by design sample services in practical terms. You will also learn to design the domain models and REST services on top of it.
- Visual C++數(shù)字圖像模式識(shí)別技術(shù)詳解
- 新手學(xué)Visual C# 2008程序設(shè)計(jì)
- Java Web程序設(shè)計(jì)
- PLC編程及應(yīng)用實(shí)戰(zhàn)
- R的極客理想:工具篇
- JAVA程序設(shè)計(jì)實(shí)驗(yàn)教程
- Visual C#.NET程序設(shè)計(jì)
- 深入分布式緩存:從原理到實(shí)踐
- Android應(yīng)用案例開(kāi)發(fā)大全(第二版)
- Illustrator CC平面設(shè)計(jì)實(shí)戰(zhàn)從入門(mén)到精通(視頻自學(xué)全彩版)
- Java Web應(yīng)用開(kāi)發(fā)項(xiàng)目教程
- C語(yǔ)言從入門(mén)到精通
- 安卓工程師教你玩轉(zhuǎn)Android
- Java RESTful Web Service實(shí)戰(zhàn)
- Python數(shù)據(jù)科學(xué)實(shí)踐指南