leo james

Results 58 issues of leo james

### 问题描述 当前个 Samples 里引入了 HEADER 和 License 校验,每个 samples 子项目都会进行。如果子项目里缺少这两个文件,就会报文件找不到。从而构建失败 ### 问题原因 主要是这里配置这几个文件的地址,是使用了 user.dir,会这个构建的位置而变化。 ![image](https://github.com/koupleless/koupleless/assets/3754074/119dc0cc-5db4-4f65-b7bd-195be92dfaeb) ### 问题解决 是否可以用其他变量来设置路径?

good first issue

### Feature description Describe the feature details with Chinese or English. ### Additional notes Add other notes if necessary.

help wanted
kind/feature

https://github.com/koupleless/samples

### Koupleless 的愿景 Koupleless 从蚂蚁内部孵化到开源至今,致力于解决应用研发运维里的痛点问题,如大应用协作问题、启动耗时问题,小应用太多的资源浪费等问题。时至今日,得益于社区同学的共建,蚂蚁内部的大部分基础能力已经开放出来,提供了从研发、测试、调试验证、上线等全流程的工具和能力。Koupleless 为了支持更广泛的企业和研发人员,也已经支持了丰富的框架支持、中间件组件支持,但作为一款“产品”来说,其仍有很长的路需要走。 ### Koupleless 当前的现状和问题 当前蚂蚁内部还有更多能力未开放出来,例如模块拆分、异常处理快速排障与诊断、模块与基座管理平台等能力,还需要逐步建设。就像我们所说的 “Speed as you need, pay as you need, deploy as you need, evolve as you need ” 是我们未来需要提供出来的能力,当前这四块能力的现状: #### Speed...

now we need to add some code at the begin of main for biz and base ### For Base ```java MultiBizProperties.initSystem(); ``` ### For Biz ```java SpringApplicationBuilder builder = new...

kind/feature

目的是为了更好的体现出 Serverless 的效果

kind/feature
kind/enhancement
priority/backlog

Migrate from https://github.com/sofastack/sofa-serverless/issues/355 ### Feature description biz中需要添加如下依赖 ```xml com.alipay.sofa.serverless sofa-serverless-app-starter 0.5.0 com.alipay.sofa hessian ``` 以便声明declareMode的时候能够让biz使用到base的对应的class 其实这边maven plugin后面也会排掉相关的包 因此 此处仅仅是为了添加依赖让maven插件分析出依赖 建议maven插件可以包掉此逻辑 ### Additional notes Add other notes if necessary.

stale

模块瘦身时,经常需要判断基座有哪些依赖,需要有一个机制方便的看到基座的依赖列表,方便瘦身 比如这样: ![image](https://github.com/sofastack/sofa-serverless/assets/2871725/2046d64b-8c2b-4a71-9363-c464635c7c4a)

priority/backlog