- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 149字
- 2021-06-30 19:10:49
Creating a Spring Boot application
When we decide to create a microservice, we may have a clear view of what we want to do, but deciding how we are going to do it may be more complex than anticipated. In this section, we will guide you through the required initial steps. First, we may need to set up a set of tools, which we will use later for managing our projects' files and dependencies to edit our code.
Then, we will take advantage of using Spring Initializr, a service provided by Spring to easily create new Spring Boot applications. Since Spring Initializr generates a project for a chosen build system, in our case Maven, we will learn how to use it effectively. Finally, we may need an IDE that allows us to help in our developer tasks, from debugging to refactoring, IntelliJ IDEA will be our choice for this.
- Fundamentals of Linux
- TypeScript入門與實戰
- React.js Essentials
- C++ 從入門到項目實踐(超值版)
- Ext JS 4 Web Application Development Cookbook
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(高級進階篇)
- Reactive Android Programming
- Go并發編程實戰
- 持續集成與持續交付實戰:用Jenkins、Travis CI和CircleCI構建和發布大規模高質量軟件
- Qlik Sense? Cookbook
- SQL Server 入門很輕松(微課超值版)
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- Python第三方庫開發應用實戰
- 嵌入式C編程實戰
- Java EE項目應用開發