Commit 6cf946ea authored by Stephane Nicoll's avatar Stephane Nicoll

Fix typo

parent 81740a75
...@@ -869,7 +869,7 @@ If you need to add or customize converters you can use Spring Boot's ...@@ -869,7 +869,7 @@ If you need to add or customize converters you can use Spring Boot's
==== Static Content ==== Static Content
By default Spring Boot will serve static content from a folder called `/static` (or By default Spring Boot will serve static content from a folder called `/static` (or
`/public` or `/resources` or `/META-INF/resources`) in the classpath or from the root `/public` or `/resources` or `/META-INF/resources`) in the classpath or from the root
of the `ServeltContext`. It uses the `ResourceHttpRequestHandler` from Spring MVC so you of the `ServletContext`. It uses the `ResourceHttpRequestHandler` from Spring MVC so you
can modify that behavior by adding your own `WebMvcConfigurerAdapter` and overriding the can modify that behavior by adding your own `WebMvcConfigurerAdapter` and overriding the
`addResourceHandlers` method. `addResourceHandlers` method.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment