Browse Source

Merge pull request #760 from wujun8/patch-1

executor-sample-springboot no web config
许雪里 5 years ago
parent
commit
368aa54ca4

+ 2 - 2
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