Polish
Closes gh-6728
This commit is contained in:
committed by
Stephane Nicoll
parent
742657983b
commit
524edaea51
@@ -1243,7 +1243,7 @@ modules when you add new features to your application.
|
||||
|
||||
If you want to replace the default `ObjectMapper` completely, either define a `@Bean` of
|
||||
that type and mark it as `@Primary`, or, if you prefer the builder-based
|
||||
approachd, define a `Jackson2ObjectMapperBuilder` `@Bean`. Note that in either case this
|
||||
approach, define a `Jackson2ObjectMapperBuilder` `@Bean`. Note that in either case this
|
||||
will disable all auto-configuration of the `ObjectMapper.
|
||||
|
||||
If you provide any `@Beans` of type `MappingJackson2HttpMessageConverter` then
|
||||
@@ -2766,7 +2766,7 @@ Check {spring-boot-maven-plugin-site}/examples/run-debug.html[this example] for
|
||||
[[howto-remote-debug-gradle-run]]
|
||||
=== Remote debug a Spring Boot application started with Gradle
|
||||
To attach a remote debugger to a Spring Boot application started with Gradle you can use
|
||||
the `jvmArgs` property of bootRun task OR `--debug-jvm` command line option.
|
||||
the `jvmArgs` property of `bootRun` task or `--debug-jvm` command line option.
|
||||
|
||||
`build.gradle`:
|
||||
|
||||
|
||||
@@ -5507,7 +5507,7 @@ public class MyTest {
|
||||
assertThat(headers.getLocation().toString(), containsString("myotherhost"));
|
||||
}
|
||||
|
||||
@TestConfig
|
||||
@TestConfiguration
|
||||
static class Config {
|
||||
|
||||
@Bean
|
||||
|
||||
Reference in New Issue
Block a user