File tree 1 file changed +2
-2
lines changed
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/site/apt
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 62
62
63
63
Devtools is automatically excluded by default (you can control that using the
64
64
<<<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
66
66
<<<provided>>> scope.
67
67
68
68
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
219
219
* Working with integration tests
220
220
221
221
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
223
223
Boot application is properly managed <around> your integration tests, you can use the <<<start>>> and
224
224
<<<stop>>> goals as described below:
225
225
You can’t perform that action at this time.
0 commit comments