Cocowwy

Results 5 issues of Cocowwy

https://github.com/Cocowwy/ShowDB SpringBoot多数据源自动生成文档(当前仅支持MySQL)

com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy#registerService ![image](https://user-images.githubusercontent.com/63331147/152998279-6975aeb8-d596-4af9-9116-4d74705c69ff.png) This variable “enable” has been defined can use ENABLE_PARAM instead of “enable”

expired
area/Client

请问batch还在维护吗,我这里可以PR batch的生成

漏了这一行代码:`query.addResultAttributes(classAttributte);` **classAttributte 并没有被添加进 query的ResultAttributes里面** 应该加在:`ResultAttributtes classAttributte= new ResultAttributtes("class");`这一行的下面

有一个问题辛苦看一下: 开放平台 多维表格新增记录: [新增记录 - 服务端 API - 开发文档 - 飞书开放平台](https://open.feishu.cn/document/server-docs/docs/bitable-v1/app-table-record/create) 按照SDK所提供的java代码,新增记录成功,但是超链接字段未新增成功。 新增了10列字段,最后response返回了9列字段,超链接字段未返回。 经过测试,目前仅通过Java-SDK才会这样,控制台正常