# helloworld **Repository Path**: alivv/helloworld ## Basic Information - **Project Name**: helloworld - **Description**: 简单的hello world页面, 简单的spring-boot演示, cdcd自动化部署方面使用 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 9 - **Created**: 2018-04-19 - **Last Updated**: 2024-09-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## hello world - 一个简单的hello world页面, 测试使用 #编译为war放到tomat使用 http://files.elvin.vip/demo/helloworld.war ```bash mvn clean package ``` #编译为jar直接启动 http://files.elvin.vip/demo/hello-world.jar ```bash mvn clean package -f /build/pom-jar.xml ``` --- ## spring-boot - 一个简单的Spring Boot演示 `spring-boot/ms-eureka`运行`build.sh`启动`spring-eureka` http://localhost:8761 `spring-boot/ms-web`运行`build.sh`启动`spring-web` http://localhost:8080 --- #dokcer自动化构建java web 基于jenkins+maven+nuxus容器 http://www.cnblogs.com/elvi/p/8884340.html