前回はCosmos DBアカウントをセットアップして、そこにデータベース「mydb」を作成した。そして、Spring Bootアプリに対して次の2つの設定を行った。 application.properties にデータベースの接続情報を記述 プラグイン「Azure Cosmos DB Spring Boot Starter」を利用するための ...
Azure Cosmos DBは、Microsoft Azureで提供されている分散データベース・システムである。レイテンシーが低く、リージョンをまたいでグローバルにレプリケーションすることができるため、あらゆる規模のアプリケーションのニーズに応えることが可能だ。
Azure Cosmos DB Spring Boot Starterとは前回はCosmos DBアカウントをセットアップして、そこにデータベース「mydb」を作成した。そして、Spring Bootアプリに対して次の2つの設定を行った。application.properties にデータベースの接続情報を記述プラグイン「Azure Cosmos DB ...
Developers like to code. They declare variables, write methods and integrate classes together. What developers aren't big on is configuration. It's a hassle to configure an application so that it can ...