Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ainilili/ourbatis

Enhancement tools that make the development of Mybatis easier.
https://github.com/ainilili/ourbatis

java mapper mybatis mysql ourbatis spring

Last synced: about 2 hours ago
JSON representation

Enhancement tools that make the development of Mybatis easier.

Awesome Lists containing this project

README

        

# Ourbatis

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.smallnico/ourbatis/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.smallnico/ourbatis/)
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)

## Introduce
```
_____ _ _ _____ _____ ___ _____ _ _____
/ _ \ | | | | | _ \ | _ \ / | |_ _| | | / ___/
| | | | | | | | | |_| | | |_| | / /| | | | | | | |___
| | | | | | | | | _ / | _ { / / | | | | | | \___ \
| |_| | | |_| | | | \ \ | |_| | / / | | | | | | ___| |
\_____/ \_____/ |_| \_\ |_____/ /_/ |_| |_| |_| /_____/
```
To make the development of Mybatis more simple and easy, to provide common operation methods and custom entrance, to make the development free from XML, to improve work efficiency and reduce coding time!

Features of **Ourbatis**
- **1**, simple and convenient, can make Mybatis develop without XML.
- **2**, elegant decoupling, complete isolation of generic and custom SQL tags, making maintenance easier.
- **3**, non-invasive, Mybatis and Ourbatis can be used simultaneously, and the configuration is simple.
- **4**, flexible and controllable, general template can be customized and extended.
- **5**, quick deployment, only one dependency and two configurations are needed to run directly.
- **6**, multi-data source. It can also be used as usual in multi-data source environment.
- **7**, the project is active, Nico will also be used in daily development and optimize Ourbatis, and will be the first to step on the pit and fill the pit.

## Install
Take the Spring Boot project for example, and add a dependency
```

com.smallnico
ourbatis-spring-boot-starter
1.0.7

```
Then configure the package path for your entity class:
```
ourbatis.domain-locations=org.nico.ourbatis.domain
```
If you want to see Ourbatis startup logs, you can add the following configuration:
```
logging.level.org.nico.ourbatis=debug
```
Next, your Mapper simply inherits the SimpleMapper interface:
```
public interface UserMapper extends SimpleMapper{}
```
## Simple
- [Sprint Boot Case](https://github.com/ainilili/ourbatis-simple)

## Wiki
- [Wiki documentation](https://github.com/ainilili/ourbatis/wiki)

## Update
- [Update Log](https://github.com/ainilili/ourbatis/blob/master/UPDATE.md)

## Feedback
- ```QQ``` 473048656
- ```QQ Group``` 177563526
- ```Email``` [email protected]