Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
b9eda3f2
Commit
b9eda3f2
authored
Jan 08, 2017
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document favicon support
Closes gh-7903
parent
21bfe526
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
spring-boot-features.adoc
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
+9
-1
No files found.
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
View file @
b9eda3f2
...
@@ -1686,7 +1686,7 @@ The auto-configuration adds the following features on top of Spring's defaults:
...
@@ -1686,7 +1686,7 @@ The auto-configuration adds the following features on top of Spring's defaults:
* Support for `HttpMessageConverters` (see below).
* Support for `HttpMessageConverters` (see below).
* Automatic registration of `MessageCodesResolver` (see below).
* Automatic registration of `MessageCodesResolver` (see below).
* Static `index.html` support.
* Static `index.html` support.
* Custom `Favicon` support.
* Custom `Favicon` support
(see below)
.
* Automatic use of a `ConfigurableWebBindingInitializer` bean (see below).
* Automatic use of a `ConfigurableWebBindingInitializer` bean (see below).
If you want to keep Spring Boot MVC features, and
If you want to keep Spring Boot MVC features, and
...
@@ -1886,6 +1886,14 @@ and in Spring Framework's {spring-reference}/#mvc-config-static-resources[refere
...
@@ -1886,6 +1886,14 @@ and in Spring Framework's {spring-reference}/#mvc-config-static-resources[refere
[[boot-features-spring-mvc-favicon]]
==== Custom Favicon
Spring Boot looks for a `favicon.ico` in the configured static content locations and the
root of the classpath (in that order). If such file is present, it is automatically used
as the favicon of the application.
[[boot-features-spring-mvc-web-binding-initializer]]
[[boot-features-spring-mvc-web-binding-initializer]]
==== ConfigurableWebBindingInitializer
==== ConfigurableWebBindingInitializer
Spring MVC uses a `WebBindingInitializer` to initialize a `WebDataBinder` for a particular
Spring MVC uses a `WebBindingInitializer` to initialize a `WebDataBinder` for a particular
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment