Last active
May 13, 2019 08:59
-
-
Save komiyak/c36b8278195c5e4ce370a09d41223bd2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd your-project/ | |
mkdir -p build/ | |
wget -qO- https://github.com/swagger-api/swagger-codegen/archive/v3.0.8.tar.gz | tar zxvf - -C ./build | |
cd build/swagger-codegen-3.0.8/ | |
mvn clean package | |
# 下記の jar が作られたら成功です | |
# ./build/swagger-codegen-3.0.8/modules/swagger-codegen-cli/target/swagger-codegen-cli.jar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment