Skip to content

Commit 5b19668

Browse files
committed
init
1 parent 814baf9 commit 5b19668

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

.travis.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
language: java
2+
3+
jdk: openjdk8
4+
5+
branches:
6+
only:
7+
- master
8+
9+
before_install:
10+
- pip install --user codecov
11+
12+
script:
13+
- mvn clean install
14+
15+
after_success:
16+
- bash <(curl -s https://codecov.io/bash)
17+
18+
env:
19+
global:
20+
- CODECOV_TOKEN=035a54c6-9570-4863-b512-49ed800db266

readme.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[![Build Status](https://travis-ci.org/codingapi/simple-mybatis.svg?branch=master)](https://travis-ci.org/codingapi/simple-mybatis)
12
# simple-mybatis
23

34
## 前言
@@ -10,6 +11,15 @@ mybatis框架已经被大量使用,但是随着近些时间springboot的流行
1011
* 提供Query方式对查询语句的支持
1112
* 提供Tree数据接口的支持
1213

14+
## 仓库地址
15+
```$xslt
16+
<dependency>
17+
<groupId>com.codingapi</groupId>
18+
<artifactId>simple-mybatis</artifactId>
19+
<version>1.0.0</version>
20+
</dependency>
21+
```
22+
1323
## 使用说明
1424

1525
* jpa注解的使用
@@ -164,7 +174,7 @@ select语句中的字段可以用下划线,也可以直接处理成小驼峰
164174
```
165175

166176
## 支持
167-
issue
177+
[issue](https://github.com/codingapi/simple-mybatis/issues)
168178

169179
## 使用建议
170180

0 commit comments

Comments
 (0)