Skip to content

Releases: downgoon/springboot-docker-hello-world

在云上跑

24 Sep 09:15

Choose a tag to compare

帮助文档

重点问题

#4 Pipeline两个Stage之间的物理粘黏性 ? 依靠DaoCloud专有的「安全构建」机制解决。

本地运行

23 Sep 09:21

Choose a tag to compare

  • 编译
$ mvn clean package
  • 运行
$ java -jar target/springboot-docker-hello-world-0.1.0.jar
  • 访问
$ curl http://localhost:8080/greeting
{"times":1,"content":"Hello, World!"}%