Joey Yang

Results 14 comments of Joey Yang

其实本身的确是**不依赖K8S**的,有个办法不确定适不适合你: 1. 用Git自带的Pipeline,发生提交/合并时,用Git自带的Pipeline将Git配置自动Copy到机器上,一行 scp 或 ansible file模块就可以实现 2. 直接用 --spring.config.location=/git/copied/path 启动应用即可。

对于Spring来说, @Configuration 注解并没有起实际的作用的,起作用的是 @ConfigurationProperties @Value 这两个注解。 这个库是支持在 @ConfigurationProperties 或 @Value 的 类/方法 上加@DynamicConfig 实现实时刷新。

很棒的提议,我研究一下

这个情况考虑过,但不太好处理,因为即使动态改了Bean的属性,一些资源可能已经建立过了,无法实现预期效果。所以Spring Cloud的行为其实是整个Bean都完全重建了。

@luaifei 最新的1.0.9版本已经支持了 spring.config.import https://github.com/Code2Life/spring-boot-dynamic-config#import-config-tree

It would be awesome if there is an out of box pure ts/js solution for node.js + TS project, without any preconditions.

Thanks a lot ! In my case, the project is supposed to run in node.js env with dynamic js file downloaded, so I use **'ws'** instead of **'websocket'** to eliminate...

The same issue in Mac Orbstack created Ubuntu, can run but can not debug, same output