Skip to content

Commit af1c362

Browse files
authored
Update README.md
1 parent d5b7fc0 commit af1c362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 一个简单的orm工具
22

33
[![Maven Central](https://img.shields.io/maven-central/v/org.hswebframework/hsweb-easy-orm.svg?style=plastic)](http://search.maven.org/#search%7Cga%7C1%7Chsweb-easy-orm)
4-
[![Build Status](https://travis-ci.com/hs-web/hsweb-easy-orm.svg?branch=master)](https://travis-ci.com/hs-web/hsweb-easy-orm)
4+
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/hs-web/hsweb-easy-orm/unit-test.yml?branch=master)
55
[![codecov](https://codecov.io/gh/hs-web/hsweb-easy-orm/branch/master/graph/badge.svg)](https://codecov.io/gh/hs-web/hsweb-easy-orm)
66

77

@@ -38,4 +38,4 @@ List<Map<String,Object>> dataList= operator.dml().query()
3838

3939
# 使用
4040

41-
建议配合[hsweb4](https://github.com/hs-web/hsweb-framework/tree/4.0.x)使用.
41+
建议配合[hsweb4](https://github.com/hs-web/hsweb-framework/tree/4.0.x)使用.

0 commit comments

Comments
 (0)