クラスの使用
org.springframework.boot.SpringApplication.Augmented
SpringApplication.Augmented を使用するパッケージ
org.springframework.boot 内の SpringApplication.Augmented 使用
修飾子と型メソッド説明static SpringApplication.AugmentedSpringApplication.from(ThrowingConsumer<StringSE[]> main) 追加の@Configurationまたは Bean クラスで実行できるアプリケーションを既存のmainメソッドから作成します。アプリケーションの実行時に適用する必要がある追加のソースを含む新しいSpringApplication.Augmentedインスタンスを返します。SpringApplication.Augmented.withAdditionalProfiles(StringSE... profiles) アプリケーションの実行時に適用される追加のプロファイルを含む新しいSpringApplication.Augmentedインスタンスを返します。