bee-spring-boot 1.11 正式发布,拦截器、多租户、Redis缓存、注册器、类型转换器
bee-spring-boot V1.11(青年版)
Bee 1.11 整合 Spring-boot 2.5.6
并且提供bee-spring-boot-starter.
maven依赖:
<dependency>
<groupId>org.teasoft</groupId>
<artifactId>bee-spring-boot</artifactId>
<version>1.11</version>
</dependency>
直接使用相应starter:
<parent>
<groupId>org.teasoft</groupId>
<artifactId>bee-spring-boot-starter</artifactId>
<version>1.11</version>
</parent>
相应demo:
https://gitee.com/automvc/bee-starter-demo
Bee V1.11
https://www.oschina.net/news/193553/bee-1-11-released
Bee,互联网新时代的Java ORM框架,更快、更简单、更自动,开发速度快,运行快,更智能! Bee 简化了与DB交互的编码工作量.
Bee简单易用:单表操作、多表关联操作,可以不用写sql,极少语句就可以完成SQL操作;概念简单,10分钟即可入门。
Bee功能强大:复杂查询也支持向对象方式,分页查询性能更高,一级缓存即可支持个性化优化;具有分布式特性。高级要求,还可以方便自定义SQL语句。
Spring Boot是用来简化新Spring应用的初始搭建以及开发过程。该框架使用了特定的方式来进行配置,
从而使开发人员不再需要定义样板化的配置。通过这种方式,Spring Boot可以帮助我们进行快速应用开发。
Bee整合Spring Boot,让你瞬间拥有两样快速开发利器!
码云上的项目首页:
https://gitee.com/automvc/bee-springboot
github:
https://github.com/automvc/bee
下载代码包含有Bee API 中文版.
相关框架设计信息也可关注微信公众号:软件设计活跃区
