- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 127字
- 2021-06-30 19:10:56
Spring Boot application structure
Microservices, if exposed as web services, either JSON or XML, need to have the corresponding HTTP server capabilities. As well as managing resources and connections to databases, they may consume other services, or even publish data through messages queues.
If you have worked with these kinds of applications before, you may remember how complex they were in order to configure and set up with probably dozens of XML files and properties and in many cases a lot of boilerplate code that initialized many of these systems.
Spring, through Spring Boot, provides a framework that will drastically reduce the boilerplate code and autoconfigure most of the system that we need to use.
Let's review the different components that we will use to create microservices.
- PWA入門與實踐
- Kibana Essentials
- Getting started with Google Guava
- 精通Scrapy網絡爬蟲
- Expert Android Programming
- Python機器學習:手把手教你掌握150個精彩案例(微課視頻版)
- C語言程序設計同步訓練與上機指導(第三版)
- 軟件測試技術指南
- Raspberry Pi Home Automation with Arduino(Second Edition)
- Mastering openFrameworks:Creative Coding Demystified
- INSTANT Sinatra Starter
- HTML5秘籍(第2版)
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- JavaScript程序設計(第2版)
- 零基礎學Scratch 3.0編程