# helloworld-maven-sample **Repository Path**: owen_tao/helloworld-maven-sample ## Basic Information - **Project Name**: helloworld-maven-sample - **Description**: helloworld演示 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-01-11 - **Last Updated**: 2023-05-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # helloworld示例项目 1.To build -------- mvn clean package -Dmaven.test.skip=true 2.To Dockerfile build -------- docker build -t helloworld:0.1 . 3.To run -------- docker run --name helloworld -d -p 8080:8080 -it helloworld:0.1 4.To kubernetes -------- kubectl apply -f helloworld.yaml