- Docker and Kubernetes for Java Developers
- Jaroslaw Krochmalski
- 98字
- 2021-07-02 18:44:58
Coding the Spring Boot microservice
We know that we have some starters available, so let's make use of them to save some time. The service that we are going to create will be the simple REST microservice for storing and retrieving entities from a database: books, in our case. We are not going to implement authentication and security features, just to make it as clean and simple as possible. Books will be stored in an in-memory relational H2 database. We are going to build and run our bookstore with Maven, so let's begin with the pom.xml build file.
推薦閱讀
- Clojure Programming Cookbook
- Functional Python Programming
- 大學計算機應用基礎實踐教程
- C++面向對象程序設計(微課版)
- CentOS 7 Server Deployment Cookbook
- AngularJS Web Application Development Blueprints
- INSTANT Sencha Touch
- Mastering Julia
- Java性能權威指南(第2版)
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- 執劍而舞:用代碼創作藝術
- 代替VBA!用Python輕松實現Excel編程
- 深入實踐Kotlin元編程
- jQuery for Designers Beginner's Guide Second Edition
- 零基礎學HTML+CSS