This commit is contained in:
Phillip Webb
2015-11-05 00:19:58 -08:00
parent 124574e345
commit 9432ee6a6b
2 changed files with 32 additions and 12 deletions

View File

@@ -19,7 +19,10 @@ package org.springframework.boot.autoconfigure.web;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
* Properties used to configure resource handling0
* Properties used to configure resource handling.
*
* @author Phillip Webb
* @since 1.1.0
*/
@ConfigurationProperties(prefix = "spring.resources", ignoreUnknownFields = false)
public class ResourceProperties {