Hbn

Results 18 comments of Hbn

计划修改 ①针对 ``` @id ``` 的注解 转为 非强制,要求该注解 ,但主键仍未必须。 ②增加 实体字段 _field 名称 以特殊字符开头的字段名称的识别。并兼容 现有的 _id ; ③ 将现有的 以方法 名称识别 属性的 初始化过程 修改为 以字段名称 为主的识别方式 ; ④ 属性值的相关内容 仍然与...

①针对 id 进行弱化 ③未修改 以 字段名及 方法名同时 进行 识别 ④ 保留 ⑤已经添加

主要有以下几个部分 1 减少对 mongodb-driver 的依赖 。只取用其核心操作。不再使用他的内部私有工具 2 减少对icefrog 等的依赖 ,避免 版本不一致导致的其他问题 。

比如 内部 assertion 这块

*************************** APPLICATION FAILED TO START *************************** Description: An attempt was made to call a method that does not exist. The attempt was made from the following location: com.mongodb.client.internal.MongoClientImpl.createCluster(MongoClientImpl.java:208) The following...

1. 目前已经解决 springboot 2.x 版本的兼容 。 2. 针对 springboot 3.x 以上功能,也有一定的兼容性 。但是 针对 ssl 这种不友好 。

遵循相关协议即可