File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments