File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
custom-function/java17/fc-custom-java17-http Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Type: Application
22Name : fc-custom-java17-http
33Provider :
44 - 阿里云
5- Version : 0.0.3
5+ Version : 0.0.4
66Description : 快速部署一个基于custom runtime 的 Java17 HTTP 类型的 Hello World 到阿里云函数计算
77HomePage : https://github.com/devsapp/start-fc
88Tags :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments