Skip to content

Commit

Permalink
不要な手順を削除 (#45)
Browse files Browse the repository at this point in the history
* 不要な手順を削除

* データベースのセットアップの記述を追加
  • Loading branch information
tisuchida authored Sep 20, 2024
1 parent be44b67 commit 324abfd
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,10 @@ Gitを使用しない場合、最新のタグからzipをダウンロードし
$cd nablarch-example-mom-testing-common
$mvn clean install

#### 3.2. データベースのセットアップ及びエンティティクラスの作成
続いて、データベースのセットアップ及びエンティティクラスの作成を行います。以下のコマンドを実行してください。
#### 3.2. アプリケーションのビルド
続いて、データベースのセットアップとnablarch-example-mom-sync-receiveのビルドを行います。以下のコマンドを実行してください。

$cd ../nablarch-example-mom-sync-receive
$mvn clean generate-resources

#### 3.3. アプリケーションのビルド
次に、nablarch-example-mom-sync-receiveをビルドします。以下のコマンドを実行してください。

$mvn package

※Windowsのコマンドプロンプトから実行した際にVMがクラッシュする場合は `mvn package > log-file.log` のようにログ出力をリダイレクトしてください。
Expand Down

0 comments on commit 324abfd

Please sign in to comment.