幫助資訊

spring-boot:help

org.springframework.boot:spring-boot-maven-plugin:3.4.5

顯示有關 spring-boot-maven-plugin 的幫助資訊。呼叫 mvn spring-boot:help -Ddetail=true -Dgoal=<goal-name> 顯示引數詳情。

可選引數

名稱 型別 預設值

detail

boolean

false

goal

String

indentSize

int

2

lineLength

int

80

引數詳情

detail

如果為 true,顯示每個目標的全部可設定屬性。

名稱

detail

型別

boolean

預設值

false

使用者屬性

detail

起始版本

goal

要顯示幫助資訊的目標名稱。如果未指定,則顯示所有目標。

名稱

goal

型別

java.lang.String

預設值

使用者屬性

goal

起始版本

indentSize

每個縮排級別的空格數,應為正數。

名稱

indentSize

型別

int

預設值

2

使用者屬性

indentSize

起始版本

lineLength

顯示行的最大長度,應為正數。

名稱

lineLength

型別

int

預設值

80

使用者屬性

lineLength

起始版本