yoshikipom Tech Blog

2022-08-01から1ヶ月間の記事一覧

Spring Boot外部設定(application.yml)の保守性を上げる

Overview 保守性をあげるために設定ファイルに求めること Spring Bootの機能 基本 profile 外部ファイル読み込み 環境変数読み込み default値の設定 環境変数 vs profile 感想 参考 Overview spring bootの設定ファイルの保守性を上げる spring boot 2.7.0 …

Spring BootでREST API, MQ consumer, CLI, 定期実行タスクを実行

Overview REST API application 実行 MQ consumer (worker) application 実行 コマンドラインアプリケーション application 実行 定期実行アプリケーション application 実行 まとめ 追記 Overview Spring BootはWebアプリケーションを実行する以外にもいろ…