ECSの実態はDockerコンテナなので、ECSで実行するSpringアプリケーションは、単純にLinuxベースのOSで実行するアプリケーションを「Spring Boot」を使って実装し、ExcutableJar形式で実行するコンテナイメージを作成する方法が簡易です。 ただ、ECSを用いると、単に ...
Spring Boot is one of the most popular and accessible web development frameworks in the world. Find out what it’s about, with this quick guide to web development with Spring Boot. Spring’s most ...
Spring SessionはSpringのトップレベルプロジェクトの1つで、ユーザーのセッション情報に関するAPIとその実装を提供します。具体的には、以下のセッション情報を透過的に(従来のセッション情報と変わらないやり方で)扱うことが可能です。 HttpSession:従来 ...