Skip to content

Commit

Permalink
refactor of build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lowkeyrd committed Oct 30, 2024
1 parent a034fcf commit 1b6bcdb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web-framework/java/springboot/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Type: Project
Name: start-springboot-cap
Provider:
- 阿里云
Version: 0.0.3
Version: 0.0.4
Description: 本案例展示了如何将 Spring Boot,一款高效的 Web 框架,部署至云原生应用开发平台。SpringBoot其“习惯优于配置”的理念、快速开发能力和微服务架构支持,广泛应用于 Web 应用程序开发、微服务架构、批处理和数据处理等场景中。
HomePage: https://github.com/devsapp/start-web-framework/tree/dipper/web-framework/java/springboot
Organization: 阿里云函数计算(FC)
Expand Down
6 changes: 6 additions & 0 deletions web-framework/java/springboot/src/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
start_springboot:
default:
languages:
- java8
steps:
- run: mvn package -DskipTests
path: ./code
defaultBuilder:
languages:
- java8
Expand Down

0 comments on commit 1b6bcdb

Please sign in to comment.