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:
|
(WAR) from the current project:
|
||||||
|
|
||||||
```java
|
```java
|
||||||
@BuildCommand(summary = "Create an executable WAR for the project")
|
@BuildCommand(summary = "Creates an executable WAR for the project")
|
||||||
public void bootwar() throws Exception {
|
public void bootwar() throws Exception {
|
||||||
new BootWarOperation()
|
new BootWarOperation()
|
||||||
.fromProject(this)
|
.fromProject(this)
|
||||||
|
|
|
@ -57,7 +57,7 @@ public class DemoApplicationBuild extends WebProject {
|
||||||
.execute();
|
.execute();
|
||||||
}
|
}
|
||||||
|
|
||||||
@BuildCommand(summary = "Create an executable WAR for the project")
|
@BuildCommand(summary = "Creates an executable WAR for the project")
|
||||||
public void bootwar() throws Exception {
|
public void bootwar() throws Exception {
|
||||||
new BootWarOperation()
|
new BootWarOperation()
|
||||||
.fromProject(this)
|
.fromProject(this)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue