在一个工程里,同时使用Mongodb和MySQL, 可以吗? 不但可以,还可以使用一套Dao的代码。
Java ORM Bee不但支持JDBC类型的数据库,还支持Mongodb.
最新功能介绍:
V2.1.5.20(2023·千言万语)
34)Suid,SuidRich,MoreTable,PreparedSql,MapSuid等主要的常用的接口移到org.teasoft.bee.osql.api包
35)增加org.teasoft.bee.mvc,org.teasoft.bee.mvc.service包,更好支持MVC编程和spring rest编程
36)增强转化成表名时,类型判断提示
37)PreparedSql将Class转化成表名时的bug
38)兼容形如orders_1带下划线的表命名,推荐使用如orders1格式的命名
39)修复关于批量分片插入时一次性参数的bug
40)当前对象设置命名转化器NameTranslate,只一次即失效,以便更好兼容spring bean
41)更新dropIndex方法
42)新增Mongodb地理信息方法查询(使用mongodb驱动包的类型参数)
一行代码,即可完成某个表的分片配置:
ShardingConfig.addShardingBean(Orders.class, new ShardingBean("ds[0..1].orders[0..5]", "userid"));
开发微服务更方便:
实例: https://my.oschina.net/u/4111850/blog/8867637
Spring Cloud 微服务使用数据库更方便:Bee + Spring Boot; 轻松支持多数据源,Sharding, Mongodb.
更快的开发 Spring Cloud 微服务的新组合,Bee 整合 Spring Boot, 让你瞬间拥有两样快速开发利器!
Bee,互联网新时代的 Java ORM 工具,更快、更简单、更自动,开发速度快,运行快,更智能
Spring Boot 是用来简化新 Spring 应用的初始搭建以及开发过程。该框架使用了特定的方式来进行配置,
从而使开发人员不再需要定义样板化的配置。通过这种方式,Spring Boot 可以帮助我们进行快速应用开发。
Bee V2.1.x 往期发布:
https://www.oschina.net/news/240737/bee-2-1-released
https://www.oschina.net/news/238012
https://www.oschina.net/news/235501/bee-2-1-4-5-released
https://www.oschina.net/news/226875/bee-2-1-2-1-released
https://www.oschina.net/news/230490/bee-2-1-2-28-released
https://www.oschina.net/news/231902/javaorm-bee-2-1-3-6
https://www.oschina.net/news/232911/bee-spring-boot-2-1-3-released
Mongodb ORM (Bee) 详细功能列表
更多实例,请参考 Bee-exam 实例工程:
https://gitee.com/automvc/bee-exam
---------------------------------------------------------------------
Bee,互联网新时代的 Java ORM 框架,支持 Sharding;JDBC,Android,HarmonyOS;支持多种关系型数据库,还支持 NoSQL 的 Cassandra,Mongodb 等;更快、更简单、更自动,开发速度快,运行快,更智能!
支持多种关系型数据库:MySQL,MariaDB,Oracle,H2,SQLite,PostgreSQL,SQL Server,Access 等。
下期功能预告:
Bee V2.1 上 Maven 仓库了!
你还想添加什么功能,请到评论区告诉我们 (技术讨论扣群: 992650213)!
项目首页:
https://gitee.com/automvc/bee
https://github.com/automvc/bee
https://gitee.com/automvc/bee-springboot
还没有评论,来说两句吧...