Minor cleanup
This commit is contained in:
parent
17de9a8026
commit
97c6ba870d
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ To create a [Spring Boot executable Web Archive](https://docs.spring.io/spring-b
|
|||
(WAR) from the current project:
|
||||
|
||||
```java
|
||||
@BuildCommand(summary = "Create an executable WAR for the project")
|
||||
@BuildCommand(summary = "Creates an executable WAR for the project")
|
||||
public void bootwar() throws Exception {
|
||||
new BootWarOperation()
|
||||
.fromProject(this)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue