File tree 1 file changed +5
-5
lines changed
framework-docs/modules/ROOT/pages/core/beans
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -516,8 +516,8 @@ as the following example shows:
516
516
[[beans-definition-profiles-default]]
517
517
=== Default Profile
518
518
519
- The default profile represents the profile that is enabled by default . Consider the
520
- following example:
519
+ The default profile represents the profile that is enabled if no profile is active . Consider
520
+ the following example:
521
521
522
522
[tabs]
523
523
======
@@ -558,9 +558,9 @@ Kotlin::
558
558
----
559
559
======
560
560
561
- If no profile is active, the `dataSource` is created. You can see this
562
- as a way to provide a default definition for one or more beans. If any
563
- profile is enabled, the default profile does not apply.
561
+ If xref:#beans-definition-profiles-enable[ no profile is active] , the `dataSource` is
562
+ created. You can see this as a way to provide a default definition for one or more
563
+ beans. If any profile is enabled, the default profile does not apply.
564
564
565
565
The name of the default profile is `default`. You can change the name of
566
566
the default profile by using `setDefaultProfiles()` on the `Environment` or,
You can’t perform that action at this time.
0 commit comments