소스 검색

修改生产环境配置文件

宋悦 8 년 전
부모
커밋
2b38343ff5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cqb-starter/src/main/resources/application.properties

+ 1 - 1
cqb-starter/src/main/resources/application.properties

@@ -1,5 +1,5 @@
 spring.profiles.active=dev
-server.port=8888
+server.port=8008
 logging.config=classpath:log4j2.xml
 spring.application.name=ExamCloud-service-question
 hystrix.command.default.execution.timeout.enabled=false