zjarlin

Results 14 comments of zjarlin

@DS里的参数怎么在运行时写活,研究出来这个应该就解决了;假设我执行一个翻译方法service.transDict(dictcode,dictKey);这将返回String dictName;但是我希望这个方法增加一个形参datasource,在运行时,动态切换数据源,换句话说,这个方法上的@DS注解里的内容,要是这个方法运行时的参数datasource,创建动态代理,运行时把方法上的运行时注解替换了;

这位道友,想到一块去了;我目前理解的微服务单服务应该单服务单个仓库;微服务部署连不同服务器的redis应当也可以互相调用接口不报token失效问题(感觉要搭主从集群jboot-system连master,业务模块连slave1,slave2...);是不是应当关闭对jboot core模块和system模块的修改;打成jar包放进jboot私服让业务模块引用呢;这个我们就可以单仓库单服务使用

这个错误 java.lang.NoSuchMethodError 表明在运行时找不到某个方法,具体是 IrProperty.transform() 方法的签名不匹配。这通常是由于 依赖版本冲突 或 Kotlin 编译器插件与 Kotlin 版本不兼容 导致的

ksp预编译获取不到=右边的默认值(好像之前翻到过issue ,apt就更不行了

> ksp预编译获取不到=右边的默认值(好像之前翻到过issue ,apt就更不行了 https://github.com/google/ksp/issues/642

> > ksp预编译获取不到=右边的默认值(好像之前翻到过issue ,apt就更不行了 > > [google/ksp#642](https://github.com/google/ksp/issues/642) https://github.com/SnotyMe/snoty-backend/issues/19

I'm sorry I didn't notice that this feature was already in the documentation ;Deriving external serializer for another Kotlin class (experimental) by the way, ask if there is a way...