2023-10-19 06:27:28 +08:00
|
|
|
./mvnw.cmd clean spring-boot:build-image -Pnative -Dmaven.test.skip=true
|
|
|
|
|
2023-10-17 19:48:45 +08:00
|
|
|
docker image ls
|
|
|
|
|
|
|
|
docker run --name demo01 --net y9-share-net -ti -p 7055:7055 demo01:1.0
|
|
|
|
|
2023-10-19 06:27:28 +08:00
|
|
|
docker compose -f compose-demo01.yml up -d
|
2023-10-17 19:48:45 +08:00
|
|
|
|
2023-10-19 06:27:28 +08:00
|
|
|
#最好在x64 Native Tools Command Prompt for VS 2022中打开
|
|
|
|
./mvnw.cmd native:compile -Pnative
|