Skip to content

Commit f0271ac

Browse files
committed
fix readme
1 parent 0299f45 commit f0271ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

custom-function/java17/fc-custom-java17-http/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: fc-custom-java17-http
33
Provider:
44
- 阿里云
5-
Version: 0.0.3
5+
Version: 0.0.4
66
Description: 快速部署一个基于custom runtime 的 Java17 HTTP 类型的 Hello World 到阿里云函数计算
77
HomePage: https://github.com/devsapp/start-fc
88
Tags:

custom-function/java17/fc-custom-java17-http/src/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
# 代码 & 预览
3535

36-
- [ :smiley_cat: 源代码](https://github.com/devsapp/start-fc/blob/main/custom-function/java8/fc-custom-java17-http)
36+
- [ :smiley_cat: 源代码](https://github.com/devsapp/start-fc/tree/main/custom-function/java17/fc-custom-java17-http/src)
3737

3838
</codepre>
3939

custom-function/java17/fc-custom-java17-http/src/s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ services:
3535
component: fc # 组件名称,Serverless Devs 工具本身类似于一种游戏机,不具备具体的业务能力,组件类似于游戏卡,用户通过向游戏机中插入不同的游戏卡实现不同的功能,即通过使用不同的组件实现不同的具体业务能力
3636
actions: # 自定义执行逻辑,关于actions 的使用,可以参考:https://www.serverless-devs.com/serverless-devs/yaml#行为描述
3737
pre-deploy: # 在deploy之前运行
38-
- run: mvn package
38+
- run: mvn package -q
3939
path: ./code
4040
- plugin: layer-fc
4141
args:

0 commit comments

Comments
 (0)