10 lines
305 B
Plaintext
10 lines
305 B
Plaintext
./mvnw.cmd clean spring-boot:build-image -Pnative -Dmaven.test.skip=true
|
|
|
|
docker image ls
|
|
|
|
docker run --name demo01 --net y9-share-net -ti -p 7055:7055 demo01:1.0
|
|
|
|
docker compose -f compose-demo01.yml up -d
|
|
|
|
#最好在x64 Native Tools Command Prompt for VS 2022中打开
|
|
./mvnw.cmd native:compile -Pnative |