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