Commit 9ceaa704 authored by 刘晓滨's avatar 刘晓滨

定时器

parent 6a00b944
......@@ -6,7 +6,7 @@
<artifactId>xxl-job</artifactId>
<version>2.0.1-SNAPSHOT</version>
</parent>
<artifactId>xxl-job-admin</artifactId>
<artifactId>com-spacetech-service-xxl-job-admin</artifactId>
<packaging>jar</packaging>
<dependencyManagement>
......
### web
server.port=8080
server.port=8181
server.context-path=/xxl-job-admin
### resources
......
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="xxl-job-executor-sample-jfinal-2.0.0-SNAPSHOT">
<wb-module deploy-name="xxl-job-executor-sample-jfinal-2.0.1-SNAPSHOT">
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
......
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="xxl-job-executor-sample-nutz-2.0.0-SNAPSHOT">
<wb-module deploy-name="xxl-job-executor-sample-nutz-2.0.1-SNAPSHOT">
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
......
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="xxl-job-executor-sample-spring-2.0.0-SNAPSHOT">
<wb-module deploy-name="xxl-job-executor-sample-spring-2.0.1-SNAPSHOT">
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
......
......@@ -8,7 +8,7 @@
<artifactId>xxl-job-executor-samples</artifactId>
<version>2.0.1-SNAPSHOT</version>
</parent>
<artifactId>xxl-job-executor-sample-springboot</artifactId>
<artifactId>com-spacetech-service-xxl-job-springboot</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
......
......@@ -6,10 +6,10 @@ logging.config=classpath:logback.xml
### xxl-job admin address list, such as "http://address" or "http://address01,http://address02"
xxl.job.admin.addresses=http://127.0.0.1:8080/xxl-job-admin
xxl.job.admin.addresses=http://127.0.0.1:8181/xxl-job-admin
### xxl-job executor address
xxl.job.executor.appname=xxl-job-executor-springboot
xxl.job.executor.appname=com-spacetech-service-xxl-job-springboot
xxl.job.executor.ip=
xxl.job.executor.port=9999
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment