Skip to content

Latest commit

 

History

History

ex-helidon-rest-testing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

(番外編) MicroProfile RestClientを使ったRESTリースのJUnitテスト

contents

この記事のサンプルサプリは「第7回 らくらくMicroProfile RestClient」のサンプル資材(/01-restclient/server)に含まれています。

ビルドと実行

サンプルアプリのビルドにはJava11以上とMavenが必要です

# Clone this repository
git clone https://github.com/extact-io/contrarian-microprofile-sample.git
# Go into the sample
cd contrarian-microprofile-sample/01-restclient/server
# start junit test
mvn clean verify