Skip to content

Commit 762e4d1

Browse files
authored
Merge pull request #220 from AndyManastorm/fix-cache-config
fix cache path config
2 parents 91adb28 + 48b9c99 commit 762e4d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web-framework/java/springboot/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Type: Project
33
Name: start-springboot-cap
44
Provider:
55
- 阿里云
6-
Version: 0.1.3
6+
Version: 0.1.4
77
Description: 本案例展示了如何将 Spring Boot,一款高效的 Web 框架,部署至云原生应用开发平台。SpringBoot其“习惯优于配置”的理念、快速开发能力和微服务架构支持,广泛应用于 Web 应用程序开发、微服务架构、批处理和数据处理等场景中。
88
HomePage: https://github.com/devsapp/start-web-framework/tree/dipper/web-framework/java/springboot
99
Organization: 阿里云函数计算(FC)

web-framework/java/springboot/src/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ start_springboot:
33
languages:
44
- java17
55
cache:
6-
path:
6+
paths:
77
- "~/.m2"
88
steps:
99
- run: mvn package -DskipTests

0 commit comments

Comments
 (0)