Skip to content

Commit 4c7f1c0

Browse files
committed
Add build status badge
1 parent 99aad17 commit 4c7f1c0

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build](https://github.com/ebean-orm/ebean-datasource/actions/workflows/build.yml/badge.svg)](https://github.com/ebean-orm/ebean-datasource/actions/workflows/build.yml)
2+
13
# ebean-datasource
24
Implementation of ebean-datasource-api - a SQL DataSource implementation
35

@@ -10,9 +12,9 @@ Implementation of ebean-datasource-api - a SQL DataSource implementation
1012
config.setUrl("jdbc:postgresql://127.0.0.1:5432/unit");
1113
config.setUsername("foo");
1214
config.setPassword("bar");
13-
14-
15-
DataSource pool = DataSourceFactory.create("app", config);
15+
16+
17+
DataSource pool = DataSourceFactory.create("app", config);
1618

1719
```
1820

@@ -30,7 +32,7 @@ but also robust.
3032

3133
### Mature
3234

33-
This pool has been is heavy use for more that 10 years and stable since April 2010 (the last major refactor to use `java.util.concurrent.locks`).
35+
This pool has been is heavy use for more that 10 years and stable since April 2010 (the last major refactor to use `java.util.concurrent.locks`).
3436

3537
This pool was previously part of Ebean ORM with prior history in sourceforge.
3638

@@ -47,4 +49,4 @@ module example {
4749

4850
}
4951

50-
```
52+
```

0 commit comments

Comments
 (0)