1 Star 0 Fork 0

蘑菇头老大/boot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
s.yaml 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
蘑菇头老大 提交于 2024-03-23 07:59 . create s.yaml content
edition: 1.0.0
name: my-framework-app
access: default
services:
framework:
component: fc
props:
region: cn-shanghai
service:
name: serverless-devs-application
function:
name: boot-clfx
description: Initialize
runtime: custom
environmentVariables:
PATH: >-
/opt/java17/bin:/usr/local/bin/apache-maven/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/ruby/bin:/opt/bin:/code:/code/bin
LD_LIBRARY_PATH: >-
/code:/code/lib:/usr/local/lib:/opt/lib:/opt/php8.1/lib:/opt/php8.0/lib:/opt/php7.2/lib
JAVA_HOME: /opt/java17
layers:
- acs:fc:cn-shanghai:official:layers/Java17/versions/2
memorySize: 128
cpu: 0.05
timeout: 60
codeUri: ./
diskSize: 512
caPort: 9000
customRuntimeConfig:
command:
- java
args:
- '-Dserver.port=9000'
- '-jar'
- target/boot-0.0.1-SNAPSHOT.jar
triggers:
- name: httpTrigger
type: http
config:
authType: anonymous
methods:
- GET
- POST
- PUT
- DELETE
- HEAD
- PATCH
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/mmbluex/boot.git
[email protected]:mmbluex/boot.git
mmbluex
boot
boot
master

搜索帮助