回村的诱惑
回村的诱惑
**The context** 如何修改注册上nacos的元数据key "gRPC_port",希望自定义服务发现策略, 可否grpc注册上去单独的serverName,(不与http服务共用) 如 注册成两个服务 user-http user-grpc **The question** What's the problem? What's not working? What's missing and why do you need it? **Stacktraces and logs** Do you...
How to only apply it to some converter classes, because I didn't find this library before and they are all handwriting converters As shown below  If we introduce this...
### 描述问题 index.v1.vue 比如这样命名的文件,无法生成注册文件, 改成下划线index_v1.vue 才可以 ### 复现 index.v1.vue 比如这样命名的文件,无法生成注册文件, 改成下划线index_v1.vue 才可以 ### 系统信息 @create-uni/[email protected] ### 使用的包管理器 pnpm ### 核对 - [x] 遵循我们的 [行为准则](https://github.com/uni-helper/.github/blob/main/CODE_OF_CONDUCT.md) - [x] 阅读 [贡献指南](https://github.com/antfu/contribute) 和 [一位疲惫的维护者的笔记](https://github.com/ModyQyW/tired-maintainer)。...
Add Enhanced JsonObject deserialization and field reading syntax sugar
fix https://github.com/FunAudioLLM/SenseVoice/issues/240 https://github.com/FunAudioLLM/SenseVoice/issues/167 https://github.com/FunAudioLLM/SenseVoice/issues/87
目前最新对于多态,类型都需要明确指定序列化器,要带着KSerialization 到处飘, 项目内的示例无法完成多态的,any类型的序列化与反序列化,这是kotlinx.serialization本身限制 请问有最佳实践吗 ```kotlin class SerializationConverter( private val format: StringFormat, private val contentType: MediaType?, ) : JsonConverter { @Suppress("UNCHECKED_CAST") override fun convert( body: ResponseBody, type: Type, needDecodeResult: Boolean ):...
Can define some standard abstract interfaces for microservices, such as Spring Cloud, that provide basic interfaces for service discovery, load balancing, etc., for Nacos, Eluda, Etcd, Cosul, etc. to quickly...
修复 判断错误导致永远new一个新的,导致项目自定义的ObjectMapper没生效
增加BaseMapper 下所有AbstractWrapper 相关的方法的语法糖,如下,已有逻辑不改变。 新增类 BaseMapperExt.kt CompareDsl.kt DbExt.kt FuncDsl.kt WrapperExt.kt ` val user: User? = selectOne { eq(User::id, id) User::id eq id User::id ne id User::id le id User::id lt id...