diff --git a/docs/src/docs/asciidoc/index.adoc b/docs/src/docs/asciidoc/index.adoc index a08e059..9f72a80 100644 --- a/docs/src/docs/asciidoc/index.adoc +++ b/docs/src/docs/asciidoc/index.adoc @@ -402,6 +402,10 @@ class MySpringSessionConfiguration { } ---- +TIP: Spring Boot will resolve `@Value` annotation property placeholder values or SpEL Expressions automatically. +However, if you are not using Spring Boot, then you must explicitly register a static +`PropertySourcesPlaceholderConfigurer` bean definition. + The choice is yours. [[httpsession-gemfire-serialization]]