- 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.
- Designing Machine Learning Systems with Python
- Unreal Engine Physics Essentials
- Learning Chef
- 編程珠璣(續)
- Visual C++串口通信技術詳解(第2版)
- 碼上行動:用ChatGPT學會Python編程
- Node.js全程實例
- Getting Started with React Native
- .NET 4.5 Parallel Extensions Cookbook
- Laravel Application Development Blueprints
- OpenCV with Python Blueprints
- Java7程序設計入門經典
- PHP 8從入門到精通(視頻教學版)
- Learning Kotlin by building Android Applications
- Three.js權威指南:在網頁上創建3D圖形和動畫的方法與實踐(原書第4版)