Mavenでビルドした時に発生したエラー②コンフィギュレーションクラスの指定
以下のようなエラーが出たので解決した。
java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(classes=...) with your test
以下のようなエラーが出たので解決した。
java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(classes=...) with your test
JREのバージョンの違いによりビルドが失敗した時の解決方法について。
Executable Jarの作成方法と、プロファイルを指定しての起動方法について。
テストやリリースのタイミングで、実行環境ごとにSpring Bootの設定を変えたくなったので、その方法をメモしておきます。