소스 검색

executor-sample-springboot no web config

wujun8 6 년 전
부모
커밋
430664a967
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      xxl-job-executor-samples/xxl-job-executor-sample-springboot/src/main/resources/application.properties

+ 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