From 56599835685c0deb29601d9eb287b9436324b824 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期四, 16 一月 2025 13:43:11 +0800
Subject: [PATCH] 1、统一各个模块端口,避免端口冲突

---
 hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml     |    2 +-
 hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/application.yml |    2 +-
 hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml          |    2 +-
 hangzhoumesParent/moduleService/howllowGlassModule/src/main/resources/application.yml       |    2 +-
 hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml         |    2 +-
 hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml       |    2 +-
 hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml        |    4 ++--
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml
index c5fda3f..63ac861 100644
--- a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml
@@ -1,5 +1,5 @@
 server:
-  port: 8081
+  port: 10011
 
 spring:
   profiles:
diff --git a/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/application.yml
index e5dacb9..9d2c396 100644
--- a/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/application.yml
@@ -1,5 +1,5 @@
 server:
-  port: 8082
+  port: 10012
 
 spring:
   profiles:
diff --git a/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml
index 19dedb8..7756b17 100644
--- a/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml
@@ -1,5 +1,5 @@
 server:
-  port: 8086
+  port: 10013
 
 spring:
   profiles:
diff --git a/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml
index 861c786..cb287d3 100644
--- a/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml
@@ -1,5 +1,5 @@
 server:
-  port: 8083
+  port: 10015
 spring:
   profiles:
     active: prod
diff --git a/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml
index c593002..55a2ffe 100644
--- a/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml
@@ -1,5 +1,5 @@
 server:
-  port: 8084
+  port: 10016
 spring:
   profiles:
     active: prod
diff --git a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml
index 5873f82..90ac9a6 100644
--- a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml
@@ -1,9 +1,9 @@
 server:
-  port: 8085
+  port: 10017
 
 spring:
   profiles:
-    active: cz
+    active: prod
   application:
     name: unLoadGlass
   liquibase:
diff --git a/hangzhoumesParent/moduleService/howllowGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/howllowGlassModule/src/main/resources/application.yml
index f9c22aa..693203c 100644
--- a/hangzhoumesParent/moduleService/howllowGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/howllowGlassModule/src/main/resources/application.yml
@@ -1,5 +1,5 @@
 server:
-  port: 8181
+  port: 10014
 
 spring:
   profiles:

--
Gitblit v1.8.0