‘linchangsheng’ 7 月之前
父節點
當前提交
8814f0cfb0
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/main/resources/bootstrap-dev.properties
  2. 1 1
      src/main/resources/bootstrap.properties

+ 1 - 1
src/main/resources/bootstrap-dev.properties

@@ -1,5 +1,5 @@
 #常规设置
-server.port =10005
+server.port =10077
 server.servlet.context-path=
 spring.servlet.multipart.max-file-size=40MB
 spring.servlet.multipart.max-request-size=40MB

+ 1 - 1
src/main/resources/bootstrap.properties

@@ -3,7 +3,7 @@ spring.cloud.nacos.config.enabled=false
 spring.cloud.nacos.discovery.enabled=false
 
 spring.profiles.active=dev
-spring.application.name=supply-service
+spring.application.name=supply-overseas-service
 spring.main.allow-bean-definition-overriding=true