-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change README to markdown and update
Changed to markdown. Added badges for travis CI and maven central. Added mybatis logo.
- Loading branch information
Showing
2 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
MYBATIS Data Mapper Framework | ||
============================= | ||
|
||
[![Build Status](https://travis-ci.org/mybatis/mybatis-3.svg?branch=master)](https://travis-ci.org/mybatis/mybatis-3) | ||
[![Maven central](https://maven-badges.herokuapp.com/maven-central/org.mybatis/mybatis/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.mybatis/mybatis) | ||
|
||
![mybatis](http://mybatis.github.io/images/mybatis-logo.png) | ||
|
||
The MyBatis data mapper framework makes it easier to use a relational database with object-oriented applications. | ||
MyBatis couples objects with stored procedures or SQL statements using a XML descriptor or annotations. | ||
Simplicity is the biggest advantage of the MyBatis data mapper over object relational mapping tools. | ||
|
||
Essentials | ||
---------- | ||
|
||
* [See the docs](http://mybatis.github.io/mybatis-3) | ||
* [Download Latest](https://github.com/mybatis/mybatis-3/releases) |