前回はCosmos DBアカウントをセットアップして、そこにデータベース「mydb」を作成した。そして、Spring Bootアプリに対して次の2つの設定を行った。 application.properties にデータベースの接続情報を記述 プラグイン「Azure Cosmos DB Spring Boot Starter」を利用するための ...
Azure Cosmos DBは、Microsoft Azureで提供されている分散データベース・システムである。レイテンシーが低く、リージョンをまたいでグローバルにレプリケーションすることができるため、あらゆる規模のアプリケーションのニーズに応えることが可能だ。
Spring Modulith supports the development of functionally modularized Spring Boot applications. With Spring Modulith, it is possible to divide Spring Boot applications into functional modules with ...