File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/site/apt Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6262
6363 Devtools is automatically excluded by default (you can control that using the
6464 <<<excludeDevtools>>> property). In order to make that work with <<<war>>> packaging,
65- the ` spring-boot-devtools` dependency must be set as <<<optional>>> or with the
65+ the <<< spring-boot-devtools>>> dependency must be set as <<<optional>>> or with the
6666 <<<provided>>> scope.
6767
6868 The original (i.e. non executable) artifact is renamed to <<<.original>>> by default but it is also
@@ -219,7 +219,7 @@ spring.devtools.remote.restart.enabled=false
219219* Working with integration tests
220220
221221 While you may start your Spring Boot application very easily from your test (or test suite) itself,
222- it may be desirable to handle that in the build itself. To make sure that the lifecycle of you Spring
222+ it may be desirable to handle that in the build itself. To make sure that the lifecycle of your Spring
223223 Boot application is properly managed <around> your integration tests, you can use the <<<start>>> and
224224 <<<stop>>> goals as described below:
225225
You can’t perform that action at this time.
0 commit comments