| パッケージ | 説明 |
|---|---|
| org.springframework.boot.cli.command.archive | jar および war を作成するための CLI コマンド。 |
| org.springframework.boot.cli.command.encodepassword | パスワードエンコード用の CLI コマンド。 |
| org.springframework.boot.cli.command.grab | 依存関係を取得するための CLI コマンド。 |
| org.springframework.boot.cli.command.init | Spring Initializr を使用して新しいアプリケーションを初期化する CLI コマンド。 |
| org.springframework.boot.cli.command.install | CLI 依存関係をインストールおよびアンインストールするための CLI コマンド。 |
| org.springframework.boot.cli.command.run | CLI アプリケーションを実行するためのクラス。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | JarCommandCommand は、CLI アプリケーションから自己完結型の実行可能 jar ファイルを作成します。 |
class | WarCommandCommand は、CLI アプリケーションから自己完結型の実行可能 jar ファイルを作成します。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | EncodePasswordCommandSpring Security で使用するパスワードをエンコードする Command。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | GrabCommandCommand は、1 つ以上の Groovy スクリプトの依存関係を取得します。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | InitCommandSpring initializr を使用してプロジェクトを初期化する Command。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | InstallCommandCommand。追加の依存関係を CLI にインストールします。 |
class | UninstallCommandCommand は、CLI の lib/ext ディレクトリから依存関係をアンインストールします。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | RunCommandCommand は、groovy スクリプトを「実行」します。 |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.