Go to file
dzj a23ac31046 update compose 2023-10-23 10:00:00 +08:00
.mvn/wrapper native compile 2023-10-19 06:27:28 +08:00
src/main update 2023-10-20 11:44:43 +08:00
.gitattributes 第一次提交 2023-08-14 09:19:43 +08:00
.gitignore 第一次提交 2023-08-14 09:19:43 +08:00
compose-demo01.yml update 2023-10-17 19:48:45 +08:00
compose.yml update compose 2023-10-23 10:00:00 +08:00
mvnw native compile 2023-10-19 06:27:28 +08:00
mvnw.cmd native compile 2023-10-19 06:27:28 +08:00
pom.xml update 2023-10-20 11:44:43 +08:00
readme.txt native compile 2023-10-19 06:27:28 +08:00

readme.txt

./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