@ -55,9 +55,9 @@ public class Log4J2RestartListener implements RestartListener {
@@ -55,9 +55,9 @@ public class Log4J2RestartListener implements RestartListener {
@ -572,7 +572,7 @@ Spring Boot application can be started as Windows service using
@@ -572,7 +572,7 @@ Spring Boot application can be started as Windows service using
https://github.com/kohsuke/winsw[`winsw`].
A sample https://github.com/snicoll-scratches/spring-boot-daemon[maintained separately]
to the core of Spring Boot describes steps by steps how you can create a Windows service for
to the core of Spring Boot describes step by step how you can create a Windows service for
@ -913,7 +913,7 @@ dependencies out-of-the-box so you may want to have a look to the
@@ -913,7 +913,7 @@ dependencies out-of-the-box so you may want to have a look to the
{propdeps-plugin}[`propdeps-plugin`] in the meantime.
TIP: If you want to ensure that devtools is never included in a production build, you can
use set the `excludeDevtools` build property to completely remove the JAR. The property is
use the `excludeDevtools` build property to completely remove the JAR. The property is
supported with both the Maven and Gradle plugins.
@ -1058,7 +1058,7 @@ in the same way.
@@ -1058,7 +1058,7 @@ in the same way.
==== Customizing the restart classloader
As described in the <<using-spring-boot-restart-vs-reload>> section above, restart
functionality is implemented by using two classloaders. For most applications this
approach works well, however, sometimes in can cause classloading issues.
approach works well, however, sometimes it can cause classloading issues.
By default, any open project in your IDE will be loaded using the "`restart`" classloader,
and any regular `.jar` file will be loaded using the "`base`" classloader. If you work on
@ -1067,7 +1067,7 @@ customize things. To do this you can create a `META-INF/spring-devtools.properti
@@ -1067,7 +1067,7 @@ customize things. To do this you can create a `META-INF/spring-devtools.properti
The `spring-devtools.properties` file can contain `restart.exclude.` and
`restart.include.` prefixed properties. The `include` elements are items that should be
pulled-up into the "`restart`" classloader, and the `exclude` elements are items that
pulledup into the "`restart`" classloader, and the `exclude` elements are items that
should be pushed down into the "`base`" classloader. The value of the property is a regex
@ -46,7 +46,7 @@ public class SampleSolrApplication implements CommandLineRunner {
@@ -46,7 +46,7 @@ public class SampleSolrApplication implements CommandLineRunner {
System.out.println();
// fetch a single product
System.out.println("Products founds with findByNameStartingWith('So'):");
System.out.println("Products found with findByNameStartingWith('So'):");
@ -71,17 +71,17 @@ public final class ConfigurationMetadataRepositoryJsonBuilder {
@@ -71,17 +71,17 @@ public final class ConfigurationMetadataRepositoryJsonBuilder {
@ -188,7 +188,7 @@ public class ConfigurationMetadataAnnotationProcessorTests {
@@ -188,7 +188,7 @@ public class ConfigurationMetadataAnnotationProcessorTests {
@ -83,7 +83,7 @@ public class AgentTasksEnhancer implements Action<Project> {
@@ -83,7 +83,7 @@ public class AgentTasksEnhancer implements Action<Project> {
@ -87,7 +87,7 @@ public class RandomAccessDataFile implements RandomAccessData {
@@ -87,7 +87,7 @@ public class RandomAccessDataFile implements RandomAccessData {
@ -186,7 +186,7 @@ public class LogbackLoggingSystemTests extends AbstractLoggingSystemTests {
@@ -186,7 +186,7 @@ public class LogbackLoggingSystemTests extends AbstractLoggingSystemTests {