shiroの知恵袋

元SEのIT講師shiroが、プログラミングや趣味を語るブログです。

SpringFramwork関連

【バグ記録】Spring Securityの設定クラスで循環参照エラーが発生する場合の対処方法

現象 原因 解決方法 ① configureGlobalを別クラスにする ② @Lazyアノテーションを付与する 現象 Spring Boot 2.6にアップデートした際、アプリ起動時にSecurityConfigで下記のエラーが発生する。 Description: The dependencies of some of the beans in the…

【Spring Boot 2.6 Release Notes】日本語訳

はじめに 別バージョンの日本語訳へのリンク Spring Boot 2.6.0 リリースノート Spring Boot 2.5からの変更点 Spring Boot 2.4からの非推奨 循環参照がデフォルトで禁止 Spring MVC向けPathPatternベースのパスマッチング戦略 アクチュエータ Env InfoContri…

【Spring Boot 2.4 Release Notes】日本語訳

はじめに Spring Boot 2.4リリースノート Spring Boot 2.3からの変更点 バージョンスキーマ変更 spring-boot-starter-testからJUnit 5のVintage Engineを削除 構成ファイルの処理(アプリケーションのプロパティとYAMLファイル) 構成データのインポート 組…