今回は、これまでのおさらいも兼ねて、Spring BootとAzure Cosmos DBを使ってもう少し実践的なWebアプリの作成にチャレンジしてみよう。想定しているWebアプリは、持っている書籍の情報を管理する蔵書管理アプリケーションで、全体像は下図のようなものになる。
Spring Boot is the most popular Java framework for building cloud-native applications, and Hibernate is the most popular object-relational mapping framework for implementing the JPA spec. This Spring ...