Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release-5u25' into v5-main
Browse files Browse the repository at this point in the history
  • Loading branch information
kankichi00 committed Sep 27, 2024
2 parents 3e9d71f + db7f67f commit a23f5db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,16 @@ Gitを使用しない場合、最新のタグからzipをダウンロードし

### 5. テスト用クライアントクラスからのアクセス

以下のクラスのmainメソッドを実行します
`src\test\java`以下に配置している、テスト用クライアントクラスのmainメソッドを実行します

* com.nablarch.example.client.ProjectClient

IDEから実行するか、別のターミナルを開いて以下のコマンドを実行してください。

$cd c:\example\nablarch-example-rest
$mvn test-compile
$mvn exec:java -Dexec.mainClass=com.nablarch.example.client.ProjectClient -Dexec.classpathScope=test

初期状態のデータでは、標準出力に以下の内容が表示されればOKです。

---- projects (size: 10) ----
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.nablarch.example</groupId>
<artifactId>nablarch-example-rest</artifactId>
<version>5u24</version>
<version>5u25</version>
<packaging>war</packaging>

<properties>
Expand Down Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>com.nablarch.profile</groupId>
<artifactId>nablarch-bom</artifactId>
<version>5u24</version>
<version>5u25</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -205,7 +205,7 @@
<plugin>
<groupId>jp.co.tis.gsp</groupId>
<artifactId>gsp-dba-maven-plugin</artifactId>
<version>4.6.0</version>
<version>4.7.0</version>
<configuration>
<erdFile>src/main/resources/entity/data-model.edm</erdFile>

Expand Down

0 comments on commit a23f5db

Please sign in to comment.