See gh-11090
This commit is contained in:
Stephane Nicoll 2017-11-23 10:14:24 +01:00
parent 07f71e889e
commit cc2d882d08

View File

@ -1198,11 +1198,11 @@
}
},
{
"name": "spring.resources.cach-period",
"name": "spring.resources.cache-period",
"type": "java.lang.Integer",
"description": "Cache period for the resources served by the resource handler. If a duration suffix is not specified, seconds will be used.",
"deprecation": {
"replacement": "spring.resources.cach-period",
"replacement": "spring.resources.cache.period",
"level": "error"
}
},