10 lines
434 B
Plaintext
10 lines
434 B
Plaintext
./mvnw.cmd clean install -Pjib -Dmaven.test.skip=true
|
|
./mvnw.cmd clean spring-boot:build-image -Dmaven.test.skip=true
|
|
./mvnw.cmd clean spring-boot:build-image -Pnative -Dmaven.test.skip=true
|
|
|
|
docker compose -f compose-demo01-jib.yml up -d
|
|
docker compose -f compose-demo01-jvm.yml up -d
|
|
docker compose -f compose-demo01-native.yml up -d
|
|
|
|
#最好在x64 Native Tools Command Prompt for VS 2022中打开
|
|
./mvnw.cmd native:compile -Pnative |