diff --git a/README.md b/README.md index 5021110..17dd6de 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,14 @@ pom.xml: com.simaek xxl-job-spring-boot-starter - 2.3.1 + 2.4.0 ``` application.yaml: ```yaml -xxl-job: +xxl.job: admin: addresses: http://10.10.10.1:8080/xxl-job-admin executor: diff --git a/pom.xml b/pom.xml index fa8107d..ff7a4e6 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.simaek xxl-job-spring-boot-parent pom - 2.3.1 + 2.4.0 xxl-job-spring-boot-autoconfigure @@ -17,26 +17,27 @@ 8 8 + 2.4.0 - Yaser Hsueh - xueye404@qq.com + Yezzi Hsueh + xueye404@foxmail.com https://www.simaek.com - simaek-nexus + nexus-geovis maven-releases - https://nas.xueye.io:8081/repository/maven-releases/ + https://repo.geovis.cc/repository/maven-releases/ - simaek-nexus + nexus-geovis maven-snapshots - https://nas.xueye.io:8081/repository/maven-snapshots/ + https://repo.geovis.cc/repository/maven-snapshots/ @@ -46,7 +47,7 @@ org.springframework.boot spring-boot-dependencies - 2.7.2 + 2.7.13 pom import @@ -60,7 +61,7 @@ com.xuxueli xxl-job-core - 2.3.1 + ${xxl.version} @@ -101,7 +102,6 @@ org.apache.maven.plugins maven-source-plugin - 2.4 true diff --git a/xxl-job-spring-boot-autoconfigure/pom.xml b/xxl-job-spring-boot-autoconfigure/pom.xml index 05fccb7..4ceeb3c 100644 --- a/xxl-job-spring-boot-autoconfigure/pom.xml +++ b/xxl-job-spring-boot-autoconfigure/pom.xml @@ -5,7 +5,7 @@ xxl-job-spring-boot-parent com.simaek - 2.3.1 + 2.4.0 4.0.0 @@ -17,21 +17,20 @@ - - org.springframework.boot - spring-boot-starter - provided - com.xuxueli xxl-job-core - provided org.springframework.boot spring-boot-configuration-processor provided + + org.springframework.boot + spring-boot-autoconfigure + provided + \ No newline at end of file diff --git a/xxl-job-spring-boot-autoconfigure/src/main/java/com/simaek/xxl/job/XxlJobProperties.java b/xxl-job-spring-boot-autoconfigure/src/main/java/com/simaek/xxl/job/XxlJobProperties.java index b8d28d2..d1e379e 100644 --- a/xxl-job-spring-boot-autoconfigure/src/main/java/com/simaek/xxl/job/XxlJobProperties.java +++ b/xxl-job-spring-boot-autoconfigure/src/main/java/com/simaek/xxl/job/XxlJobProperties.java @@ -7,7 +7,7 @@ import org.springframework.context.annotation.Configuration; * @author Yaser Hsueh * @since 2.3.1 */ -@ConfigurationProperties(prefix = "xxl-job") +@ConfigurationProperties(prefix = "xxl.job") public class XxlJobProperties { /** diff --git a/xxl-job-spring-boot-starter/pom.xml b/xxl-job-spring-boot-starter/pom.xml index a1dd2e7..8e0f47d 100644 --- a/xxl-job-spring-boot-starter/pom.xml +++ b/xxl-job-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ xxl-job-spring-boot-parent com.simaek - 2.3.1 + 2.4.0 4.0.0 @@ -21,10 +21,6 @@ com.simaek xxl-job-spring-boot-autoconfigure - - com.xuxueli - xxl-job-core - \ No newline at end of file