Polish docs code
See gh-6313
This commit is contained in:
@@ -183,7 +183,7 @@ The following example shows how to use the `ConditionEvaluationReportLoggingList
|
||||
|
||||
[source,java,indent=0]
|
||||
----
|
||||
include::{docs-java}/features/developingautoconfiguration/testing/ConditionEvaluationReportTests.java[tag=*]
|
||||
include::{docs-java}/features/developingautoconfiguration/testing/ConditionEvaluationReportTests.java[]
|
||||
----
|
||||
|
||||
|
||||
|
||||
@@ -403,7 +403,7 @@ For example, to use the `BufferingApplicationStartup`, you could write:
|
||||
|
||||
[source,java,indent=0]
|
||||
----
|
||||
include::{docs-java}/features/springapplication/startuptracking/MyApplication.java[tag=*]
|
||||
include::{docs-java}/features/springapplication/startuptracking/MyApplication.java[]
|
||||
----
|
||||
|
||||
The first available implementation, `FlightRecorderApplicationStartup` is provided by Spring Framework.
|
||||
|
||||
@@ -430,7 +430,7 @@ The following example shows how to manually override the database port while the
|
||||
|
||||
[source,java,indent=0]
|
||||
----
|
||||
include::{docs-java}/features/sql/r2dbc/CustomizeR2dbcPortConfiguration.java[tag=*]
|
||||
include::{docs-java}/features/sql/r2dbc/MyR2dbcPortConfiguration.java[]
|
||||
----
|
||||
|
||||
The following examples show how to set some PostgreSQL connection options:
|
||||
|
||||
@@ -908,7 +908,7 @@ You can call it with `key=value` strings, as follows:
|
||||
|
||||
[source,java,indent=0]
|
||||
----
|
||||
include::{docs-java}/features/testing/utilities/testpropertyvalues/MyEnvironmentTests.java[tag=*]
|
||||
include::{docs-java}/features/testing/utilities/testpropertyvalues/MyEnvironmentTests.java[]
|
||||
----
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user