- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 124字
- 2021-06-30 19:10:49
Getting Started with Spring Boot 2.0
Spring is the most popular Java Framework, according to RedMonk's latest reports, and Spring Boot is becoming the starting point for Java Developers interested in microservices.
More details on the RedMonk report can be found here: http://redmonk.com/fryan/2017/06/22/language-framework-popularity-a-look-at-java-june-2017/.
In this chapter, we will be developing our first microservice with Kotlin using Spring Boot 2.0 and getting a deep dive into the Spring Boot application structure and how the component scan works. We will get a basic overview of how we could use Maven and IntelliJ IDEA to develop, build, and package our microservices and how to configure and run, and then learn about:
- SpringBoot 2.0
- Spring Initializr
- Maven
- IntelliJ IDEA
- The component scan
- Spring Application Context
- Spring Configuration
- SpEL
推薦閱讀
- Learning LibGDX Game Development(Second Edition)
- 架構不再難(全5冊)
- 算法精粹:經典計算機科學問題的Java實現
- Functional Programming in JavaScript
- HTML5+CSS3+JavaScript Web開發案例教程(在線實訓版)
- 匯編語言程序設計(第3版)
- Python機器學習實戰
- Learning Hunk
- 快人一步:系統性能提高之道
- 軟件品質之完美管理:實戰經典
- RealSenseTM互動開發實戰
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(2)
- Kubernetes源碼剖析
- Managing Microsoft Hybrid Clouds
- FPGA嵌入式項目開發實戰