We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64a950c + 667bfb4 commit a0299b2Copy full SHA for a0299b2
2 files changed
spring-boot-modules/spring-boot-libraries-2/pom.xml
@@ -39,8 +39,8 @@
39
</dependencies>
40
41
<properties>
42
- <jobrunr.version>1.0.0</jobrunr.version>
+ <jobrunr.version>1.1.0</jobrunr.version>
43
<awaitility.version>4.0.3</awaitility.version>
44
</properties>
45
46
-</project>
+</project>
spring-boot-modules/spring-boot-libraries-2/src/main/resources/application.properties
@@ -1,2 +1,2 @@
1
-org.jobrunr.background_job_server=true
2
-org.jobrunr.dashboard=true
+org.jobrunr.background-job-server.enabled=true
+org.jobrunr.dashboard.enabled=true
0 commit comments