Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ See the <<boot-features-external-config-file-activation-properties, next section
It's sometimes useful to only activate a given get of properties when certain conditions are met.
For example, you might have properties that are only relevant when a specific profile is active.

You can conditionally active a properties document using `spring.config.activate.*`.
You can conditionally activate a properties document using `spring.config.activate.*`.

The following activation properties are available:

Expand Down Expand Up @@ -4248,7 +4248,7 @@ The following example shows how to manually override the database port while the
}
----

The following examples shows how to set some PostgreSQL connection options:
The following examples show how to set some PostgreSQL connection options:

[source,java,indent=0]
----
Expand Down Expand Up @@ -4377,7 +4377,7 @@ There is a `spring-boot-starter-data-redis` "`Starter`" for collecting the depen
By default, it uses https://github.com/lettuce-io/lettuce-core/[Lettuce].
That starter handles both traditional and reactive applications.

TIP: we also provide a `spring-boot-starter-data-redis-reactive` "`Starter`" for consistency with the other stores with reactive support.
TIP: We also provide a `spring-boot-starter-data-redis-reactive` "`Starter`" for consistency with the other stores with reactive support.



Expand Down