1 Star 0 Fork 15.4K

lingtuo/qianlianghu

forked from 芋道源码/ruoyi-vue-pro 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
devfile.yaml 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
commands:
- exec:
commandLine: mvn clean -Dmaven.repo.local=/home/user/.m2/repository package -Dmaven.test.skip=true
component: tools
group:
isDefault: true
kind: build
workingDir: ${PROJECT_SOURCE}
id: build
- exec:
commandLine: java -Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=${DEBUG_PORT},suspend=n
-jar target/*.jar
component: tools
group:
isDefault: true
kind: debug
workingDir: ${PROJECT_SOURCE}
id: debug
- apply:
component: build
id: build-image
- apply:
component: deploy
id: deployk8s
- composite:
commands:
- build-image
- deployk8s
group:
isDefault: true
kind: deploy
id: deploy
components:
- name: devtools
container:
image: "registry.cn-shenzhen.aliyuncs.com/kubedo/devfile-universal-developer-image:ubi8-latest"
memoryLimit: 32Gi
memoryRequest: 256Mi
cpuLimit: '16'
cpuRequest: 250m
endpoints:
- name: web
targetPort: 8080
protocol: http
- exposure: none
name: debug
targetPort: 8858
metadata:
description: Java application using Spring Boot® and OpenJDK 11
displayName: Spring Boot®
globalMemoryLimit: 2674Mi
icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/spring.svg
language: Java
name: qianlianghu
projectType: springboot
tags:
- Java
- Spring
version: 2.1.0
schemaVersion: 2.2.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/lingtuo/qianlianghu.git
git@gitee.com:lingtuo/qianlianghu.git
lingtuo
qianlianghu
qianlianghu
master

搜索帮助