サービス | フォルダ |
---|---|
SimpleIDProvider | simple-idprovider |
Productサービス | product-service |
サンプルアプリのビルドにはJava17以上とMavenが必要です
# Clone this repository
git clone https://github.com/extact-io/contrarian-microprofile-sample.git
# Go into SimpleIDProvider
cd contrarian-microprofile-sample/11-jwt/simple-idprovider
# build application
mvn clean package
# Go into Product Service
cd contrarian-microprofile-sample/11-jwt/product-service/
# build application
mvn clean package
# start application
java -jar target/product-service.jar
こちらの記事を参照