JsonSong89
JsonSong89
spring-cloud-starter-alibaba-nacos-config可以使用 spring.cloud.config.overrideNone = true 使用本地配置覆盖远程配置 nacos-spring-boot-project有类似注解吗?
我按照 https://github.com/kotlin-orm/ktorm/releases/tag/v4.0.0 的配置,换成4.1.1去进行ksp实体代码生成. 8个实体,ksp编译花了 03:44 min ,Entity是独立项目,只有8个实体类的编译,不含其他业务代码和测试代码. 想问下这算是正常情况吗? I followed the configuration at https://github.com/kotlin-orm/ktorm/releases/tag/v4.0.0 and switched to version 4.1.1 for KSP entity code generation. It took 03:44 min to compile...
### 描述问题 / Describe the problem 首先感谢作者的组网工具,比ZeroTier好用,一次就组网成功了. 现在遇到子网冲突的问题 我的使用场景是三台PVE机器加一个有公网ip的vps 要命的是我三台PVE机器的ip子网都是 192.168.2.0/24 我在入网配置里面通过 instance_name ,hostname 分别填写pve1 pve2 pve3 但是好像这个配置在组网时并没有什么用途? 这种情况下,我要如何互相区分呢? ### 描述您想要的解决方案 / Describe the solution you'd like 增加ip映射的能力 vps公网节点虚拟ip是10.10.10.1 ,...
### Description 目前下载的文件夹是跟随chat的名称 比如 - chat_id: -100201100xxxx download_filter: message_date >= 2025-05-05 and id >= 15613 last_read_message_id: 15613 的配置,在/app/downloads/下面会生成和chat名称一样的文件夹 但是有些chat的名称包含emoji字符,在很多地方会造成不少困扰,希望能增加一个配置 比如 - chat_id: -100201100xxxx download_filter: message_date >= 2025-05-05 and id >=...
I want that in code mode, when the LLM generates a new file, it can be directly added to the project without requiring my confirmation. I added the yes-always: true...