Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

第17回 MicroProfile JWT Authがやってくれること・できること

contents

サービス フォルダ
SimpleIDProvider simple-idprovider
Productサービス product-service

ビルドと実行

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

リポジトリclone

# Clone this repository
git clone https://github.com/extact-io/contrarian-microprofile-sample.git

SimpleIDProviderのビルド

# Go into SimpleIDProvider
cd contrarian-microprofile-sample/11-jwt/simple-idprovider
# build application
mvn clean package

Productサービスのビルドと実行

# 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

実行

こちらの記事を参照