Skip to content

Commit 9b4864f

Browse files
authored
Update README.md
1 parent a451c6d commit 9b4864f

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Secondary goal is to support [Poor mans Workflow](https://github.com/sterlp/pmw)
1010

1111
## Maven
1212

13+
- [Maven Central spring-persistent-tasks-core](https://central.sonatype.com/artifact/org.sterl.spring/spring-persistent-tasks-core/versions)
14+
1315
```xml
1416
<dependency>
1517
<groupId>org.sterl.spring</groupId>
@@ -107,9 +109,12 @@ SpringBeanTask<Vehicle> task1(VehicleRepository vehicleRepository) {
107109
}
108110
```
109111

110-
# Setup DB
112+
# Setup DB with Liquibase
113+
114+
Liquibase is supported. Either import all or just the required versions.
111115

112-
Liquibase is supported. Either import all or just the required versions:
116+
## Maven
117+
- [Maven Central spring-persistent-tasks-db](https://central.sonatype.com/artifact/org.sterl.spring/spring-persistent-tasks-db/versions)
113118

114119
## Option 1: Just include the master file
115120
```xml
@@ -124,6 +129,8 @@ Liquibase is supported. Either import all or just the required versions:
124129

125130
## Maven
126131

132+
- [Maven Central spring-persistent-tasks-ui](https://central.sonatype.com/artifact/org.sterl.spring/spring-persistent-tasks-ui/versions)
133+
127134
```xml
128135
<dependency>
129136
<groupId>org.sterl.spring</groupId>
@@ -158,4 +165,4 @@ public class ExampleApplication {
158165

159166
- quartz
160167
- db-scheduler
161-
- jobrunr
168+
- jobrunr

0 commit comments

Comments
 (0)