Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mybatis/ibatis-spring

Ibatis integration code copied from Spring ORM 3.2.x branch
https://github.com/mybatis/ibatis-spring

ibatis java spring

Last synced: about 3 hours ago
JSON representation

Ibatis integration code copied from Spring ORM 3.2.x branch

Awesome Lists containing this project

README

        

ibatis spring
=============

[![Java CI](https://github.com/mybatis/ibatis-spring/actions/workflows/ci.yaml/badge.svg)](https://github.com/mybatis/ibatis-spring/actions/workflows/ci.yaml)
[![Maven central](https://maven-badges.herokuapp.com/maven-central/org.mybatis/mybatis-2-spring/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.mybatis/mybatis-2-spring)
[![License](https://img.shields.io/:license-apache-brightgreen.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)

![mybatis](https://mybatis.org/images/mybatis-logo.png)

The Mybatis 'ibatis-spring' module is a copy from spring 3.2.x as a shaded module in order to allow users using ibatis to
freely upgrade to spring4+ without having a hard dependency on upgrading ibatis in the process.

This repository is read-only. Consider upgrading to [MyBatis](https://github.com/mybatis/mybatis-3) with [MybatisSpring](https://github.com/mybatis/spring).