| パッケージ | 説明 |
|---|---|
| org.springframework.web.reactive.config | Spring WebFlux 構成インフラストラクチャ。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
ResourceHandlerRegistration | ResourceHandlerRegistry.addResourceHandler(StringSE... patterns) 指定された URL パスパターンに基づいて静的リソースを提供するリソースハンドラーを追加します。 |
ResourceHandlerRegistration | ResourceHandlerRegistration.addResourceLocations(StringSE... resourceLocations) 静的コンテンツを提供する 1 つ以上のリソースの場所を追加します。 |
ResourceHandlerRegistration | ResourceHandlerRegistration.setCacheControl(CacheControl cacheControl) リソースハンドラーが使用する CacheControl を指定します。 |