{"id":13398632,"url":"https://github.com/mybatis/mybatis-3","last_synced_at":"2025-05-12T14:54:37.411Z","repository":{"id":6953644,"uuid":"8205602","full_name":"mybatis/mybatis-3","owner":"mybatis","description":"MyBatis SQL mapper framework for Java","archived":false,"fork":false,"pushed_at":"2025-05-03T05:14:04.000Z","size":158266,"stargazers_count":20058,"open_issues_count":200,"forks_count":12922,"subscribers_count":1140,"default_branch":"master","last_synced_at":"2025-05-05T13:56:13.120Z","etag":null,"topics":["java","mybatis","sql"],"latest_commit_sha":null,"homepage":"http://mybatis.github.io/mybatis-3/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mybatis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-02-14T19:03:32.000Z","updated_at":"2025-05-05T11:30:10.000Z","dependencies_parsed_at":"2023-10-03T04:39:42.258Z","dependency_job_id":"9ab3b0e4-9089-4e0d-8f0a-219c89f8acb0","html_url":"https://github.com/mybatis/mybatis-3","commit_stats":{"total_commits":3835,"total_committers":275,"mean_commits":"13.945454545454545","dds":0.7757496740547588,"last_synced_commit":"6a2676a4bd5b8c4d752cac929fd5fd58387ae640"},"previous_names":[],"tags_count":50,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mybatis%2Fmybatis-3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mybatis%2Fmybatis-3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mybatis%2Fmybatis-3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mybatis%2Fmybatis-3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mybatis","download_url":"https://codeload.github.com/mybatis/mybatis-3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253759484,"owners_count":21959773,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","mybatis","sql"],"created_at":"2024-07-30T19:00:29.666Z","updated_at":"2025-05-12T14:54:37.352Z","avatar_url":"https://github.com/mybatis.png","language":"Java","funding_links":[],"categories":["Java","Java 程序设计","数据库开发","系统设计","dependency list","II. Databases, search engines, big data and machine learning","项目","Projects"],"sub_categories":["网络服务_其他","数据库","5. ORM","ORM"],"readme":"MyBatis SQL Mapper Framework for Java\n=====================================\n\n[![build](https://github.com/mybatis/mybatis-3/actions/workflows/ci.yaml/badge.svg)](https://github.com/mybatis/mybatis-3/actions?query=workflow%3A%22Java+CI%22)\n[![Coverage Status](https://coveralls.io/repos/mybatis/mybatis-3/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/mybatis/mybatis-3?branch=master)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=mybatis_mybatis-3\u0026metric=alert_status)](https://sonarcloud.io/summary/new_code?id=mybatis_mybatis-3)\n[![Maven central](https://maven-badges.herokuapp.com/maven-central/org.mybatis/mybatis/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.mybatis/mybatis)\n[![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/https/oss.sonatype.org/org.mybatis/mybatis.svg)](https://oss.sonatype.org/content/repositories/snapshots/org/mybatis/mybatis/)\n[![License](https://img.shields.io/:license-apache-brightgreen.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)\n[![Stack Overflow](https://img.shields.io/:stack%20overflow-mybatis-brightgreen.svg)](https://stackoverflow.com/questions/tagged/mybatis)\n[![Project Stats](https://www.openhub.net/p/mybatis/widgets/project_thin_badge.gif)](https://www.openhub.net/p/mybatis)\n\n![mybatis](https://mybatis.org/images/mybatis-logo.png)\n\nThe MyBatis SQL mapper framework makes it easier to use a relational database with object-oriented applications.\nMyBatis couples objects with stored procedures or SQL statements using an XML descriptor or annotations.\nSimplicity is the biggest advantage of the MyBatis data mapper over object relational mapping tools.\n\nEssentials\n----------\n\n* [See the docs](https://mybatis.org/mybatis-3)\n* [Download Latest](https://github.com/mybatis/mybatis-3/releases)\n* [Download Snapshot](https://oss.sonatype.org/content/repositories/snapshots/org/mybatis/mybatis/)\n\nContributions\n-------------\n\nSee [here](CONTRIBUTING.md)\n\nTests\n-----\n\nMybatis-3 code runs more expressive testing depending on jdk usage and platform.\n\nBy default, we set ```\u003cexcludedGroups\u003eTestcontainersTests,RequireIllegalAccess\u003c/excludedGroups\u003e``` which will exclude a subset of tests with @Tag('TestcontainersTests') and @Tag('RequireIllegalAccess').\n\nWhen we run on ci platform, we further make adjustments as needed.  See [here](.github/workflows/ci.yaml) for details.\n\nAs 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.\n\nwithout adjusting settings (ie use as is, platform does not matter)\n\n- any OS + jdk 17 = 1899 tests\n- any OS + jdk 21 = 1899 tests\n- any OS + jdk 23 = 1899 tests\n- any OS + jdk 24 = 1899 tests\n- any OS + jdk 25 = 1899 tests\n\nour adjustments for GH actions where platform does matter\n\n- windows + jdk 17 = 1899 tests\n- windows + jdk 21 = 1899 tests\n- windows + jdk 23 = 1899 tests\n- windows + jdk 24 = 1899 tests\n- windows + jdk 25 = 1899 tests\n\n- linux + jdk 17 = 1934 tests\n- linux + jdk 21 = 1934 tests\n- linux + jdk 23 = 1934 tests\n- linux + jdk 24 = 1934 tests\n- linux + jdk 25 = 1934 tests\n\n- mac + jdk 17 = 1899 tests\n- mac + jdk 21 = 1899 tests\n- mac + jdk 23 = 1899 tests\n- mac + jdk 24 = 1899 tests\n- mac + jdk 25 = 1899 tests\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmybatis%2Fmybatis-3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmybatis%2Fmybatis-3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmybatis%2Fmybatis-3/lists"}