‘linchangsheng’ 11 달 전
부모
커밋
6f1775555c
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      mall-miniapp-service/src/main/resources/bootstrap.properties
  2. 1 1
      mall-server-api/src/main/resources/bootstrap.properties

+ 1 - 1
mall-miniapp-service/src/main/resources/bootstrap.properties

@@ -3,7 +3,7 @@ spring.cloud.nacos.config.enabled=false
 spring.cloud.nacos.discovery.enabled=false
 spring.cloud.nacos.config.file-extension=properties
 
-server.port =23004
+server.port =33004
 spring.profiles.active=dev
 spring.application.name=mall-miniapp-service
 spring.main.allow-bean-definition-overriding=true

+ 1 - 1
mall-server-api/src/main/resources/bootstrap.properties

@@ -11,7 +11,7 @@ goods.share.limit.percent=0.4
 #wechat.keyPath=classpath:/static/apiclient_cert.p12
 
 #��������
-server.port =23003
+server.port =33003
 server.servlet.context-path=/zfdapi
 spring.servlet.multipart.max-file-size=40MB
 spring.servlet.multipart.max-request-size=40MB