Compare commits
6 commits
dc7270faf6
...
bae5ea465d
Author | SHA1 | Date | |
---|---|---|---|
bae5ea465d | |||
a6c6a0bf34 | |||
548fa95b79 | |||
fab86c0245 | |||
cbafe96064 | |||
|
53a20d876b |
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ To create a [Spring Boot executable Java Archive](https://docs.spring.io/spring-
|
||||||
(JAR) from the current project:
|
(JAR) from the current project:
|
||||||
|
|
||||||
```java
|
```java
|
||||||
@@BuildCommand(summary = "Creates an executable JAR for the project")
|
@BuildCommand(summary = "Creates an executable JAR for the project")
|
||||||
public void bootjar() throws Exception {
|
public void bootjar() throws Exception {
|
||||||
new BootJarOperation()
|
new BootJarOperation()
|
||||||
.fromProject(this)
|
.fromProject(this)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue