diff --git a/spring-boot-modules/spring-boot-libraries-2/pom.xml b/spring-boot-modules/spring-boot-libraries-2/pom.xml index 2633c8fad3..35dec54450 100644 --- a/spring-boot-modules/spring-boot-libraries-2/pom.xml +++ b/spring-boot-modules/spring-boot-libraries-2/pom.xml @@ -39,8 +39,8 @@ - 1.0.0 + 1.1.0 4.0.3 - \ No newline at end of file + diff --git a/spring-boot-modules/spring-boot-libraries-2/src/main/resources/application.properties b/spring-boot-modules/spring-boot-libraries-2/src/main/resources/application.properties index 69f5a7356e..bb2a31f1d9 100644 --- a/spring-boot-modules/spring-boot-libraries-2/src/main/resources/application.properties +++ b/spring-boot-modules/spring-boot-libraries-2/src/main/resources/application.properties @@ -1,2 +1,2 @@ -org.jobrunr.background_job_server=true -org.jobrunr.dashboard=true +org.jobrunr.background-job-server.enabled=true +org.jobrunr.dashboard.enabled=true