From 430664a9674c2ea0bc5bc83fb27a7241dffcd4f9 Mon Sep 17 00:00:00 2001 From: wujun8 Date: Fri, 22 Feb 2019 16:22:24 +0800 Subject: [PATCH] executor-sample-springboot no web config --- .../src/main/resources/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xxl-job-executor-samples/xxl-job-executor-sample-springboot/src/main/resources/application.properties b/xxl-job-executor-samples/xxl-job-executor-sample-springboot/src/main/resources/application.properties index 2f0c3661..d290d170 100644 --- a/xxl-job-executor-samples/xxl-job-executor-sample-springboot/src/main/resources/application.properties +++ b/xxl-job-executor-samples/xxl-job-executor-sample-springboot/src/main/resources/application.properties @@ -1,5 +1,5 @@ -# web port -server.port=8081 +# no web +spring.main.web-environment=false # log config logging.config=classpath:logback.xml