소스 검색

update rm

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

+ 3 - 1
xxl-job-executor-samples/xxl-job-executor-sample-springboot/src/main/resources/application.properties

@@ -1,5 +1,7 @@
+# web port
+server.port=8081
 # no web
-spring.main.web-environment=false
+#spring.main.web-environment=false
 
 # log config
 logging.config=classpath:logback.xml