Baike.dev
All toolsTrendingOpen sourceNewsSubmit
Log in
< 返回工具列表
M

mybatis-3

> 编程语言
开源

MyBatis SQL mapper framework for Java

20.4K stars0 点赞1 次浏览
访问官网GitHub

工具介绍

MyBatis SQL mapper framework for Java

MyBatis SQL Mapper Framework for Java

The MyBatis SQL mapper framework makes it easier to use a relational database with object-oriented applications. MyBatis couples objects with stored procedures or SQL statements using an XML descriptor or annotations. Simplicity is the biggest advantage of the MyBatis data mapper over object relational mapping tools.

Contributions

See here

Tests

Mybatis-3 code runs more expressive testing depending on jdk usage and platform.

By default, we set <excludedGroups>TestcontainersTests,RequireIllegalAccess</excludedGroups> which will exclude a subset of tests with @Tag('TestcontainersTests') and @Tag('RequireIllegalAccess').

When we run on ci platform, we further make adjustments as needed. See here for details.

As of 12/28/2024, using combined system + jdk will result in given number of tests ran. This will change as tests are added or removed over time.

without adjusting settings (ie use as is, platform does not matter)

  • any OS + jdk 21 = 1899 tests
  • any OS + jdk 25 = 1899 tests

our adjustments for GH actions where platform does matter

  • windows + jdk 21 = 1899 tests

  • windows + jdk 25 = 1899 tests

  • linux + jdk 21 = 1934 tests

  • linux + jdk 25 = 1934 tests

  • mac + jdk 21 = 1899 tests

  • mac + jdk 25 = 1899 tests

核心特点

  • •any OS + jdk 21 = 1899 tests
  • •any OS + jdk 25 = 1899 tests
  • •windows + jdk 21 = 1899 tests
  • •windows + jdk 25 = 1899 tests
  • •linux + jdk 21 = 1934 tests
  • •linux + jdk 25 = 1934 tests
  • •mac + jdk 21 = 1899 tests
  • •mac + jdk 25 = 1899 tests

> 标签

Javajavamybatissql

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月9日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言