From b7d2a5efd4d4b2afb79d4ed3813e152fa028eab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E5=B0=8F=E5=A2=A8?= <2291200076@qq.com> Date: Wed, 1 Mar 2023 17:24:31 +0800 Subject: [PATCH] =?UTF-8?q?=EF=BC=88=E6=B2=A1=E6=88=90=E5=8A=9F=EF=BC=8C?= =?UTF-8?q?=E6=94=BE=E5=BC=83=E5=B0=9D=E8=AF=95=EF=BC=89=E5=8E=BB=E9=99=A4?= =?UTF-8?q?=E6=B3=A8=E5=86=8C=E4=B8=AD=E5=BF=83=20nacos=EF=BC=9B=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=20Eureka=EF=BC=9B=E5=8D=87=E7=BA=A7Spring=20Cloud?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=B8=BA2022.0.1=EF=BC=9BJDK=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E4=B8=BA17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/.idea/encodings.xml | 2 + backend/.idea/misc.xml | 2 +- .../runConfigurations/EurekaServerApp.xml | 16 ++++++ backend/.idea/runConfigurations/Gateway.xml | 2 + .../.idea/runConfigurations/MiniProgram.xml | 2 + .../.idea/runConfigurations/UserProvider.xml | 2 + .../runConfigurations/UserProvider_Remote.xml | 2 + backend/microservice-common/pom.xml | 5 +- .../microservice-eureka-server-8761/pom.xml | 43 ++++++++++++++ .../com/cxyxiaomo/epp/EurekaServerApp.java | 13 +++++ .../src/main/resources/application.yml | 16 ++++++ .../src/test/java/com/epp/AppTest.java | 12 ++++ backend/microservice-gateway/pom.xml | 15 +---- .../src/main/resources/application.yml | 3 - .../microservice-provider-access-8002/pom.xml | 14 +---- ...etConfig.java => WebSocketConfig.java.bak} | 0 ...etServer.java => WebSocketServer.java.bak} | 0 .../src/main/resources/application.yml | 3 - .../microservice-provider-test-8011/pom.xml | 13 +---- .../com/cxyxiaomo/epp/test/TestProvider.java | 2 - .../src/main/resources/application.yml | 3 - .../microservice-provider-user-8001/pom.xml | 22 ++------ .../com/cxyxiaomo/epp/user/UserProvider.java | 1 + .../src/main/resources/application.yml | 8 +-- backend/pom.xml | 56 +++++++++---------- 25 files changed, 154 insertions(+), 103 deletions(-) create mode 100644 backend/.idea/runConfigurations/EurekaServerApp.xml create mode 100644 backend/microservice-eureka-server-8761/pom.xml create mode 100644 backend/microservice-eureka-server-8761/src/main/java/com/cxyxiaomo/epp/EurekaServerApp.java create mode 100644 backend/microservice-eureka-server-8761/src/main/resources/application.yml create mode 100644 backend/microservice-eureka-server-8761/src/test/java/com/epp/AppTest.java rename backend/microservice-provider-access-8002/src/main/java/com/cxyxiaomo/epp/access/config/{WebSocketConfig.java => WebSocketConfig.java.bak} (100%) rename backend/microservice-provider-access-8002/src/main/java/com/cxyxiaomo/epp/access/controller/{WebSocketServer.java => WebSocketServer.java.bak} (100%) diff --git a/backend/.idea/encodings.xml b/backend/.idea/encodings.xml index 2bdc926..80d12fb 100644 --- a/backend/.idea/encodings.xml +++ b/backend/.idea/encodings.xml @@ -3,6 +3,8 @@ + + diff --git a/backend/.idea/misc.xml b/backend/.idea/misc.xml index 424401e..16ae2d6 100644 --- a/backend/.idea/misc.xml +++ b/backend/.idea/misc.xml @@ -11,5 +11,5 @@ - + \ No newline at end of file diff --git a/backend/.idea/runConfigurations/EurekaServerApp.xml b/backend/.idea/runConfigurations/EurekaServerApp.xml new file mode 100644 index 0000000..1f90625 --- /dev/null +++ b/backend/.idea/runConfigurations/EurekaServerApp.xml @@ -0,0 +1,16 @@ + + + + \ No newline at end of file diff --git a/backend/.idea/runConfigurations/Gateway.xml b/backend/.idea/runConfigurations/Gateway.xml index 3c10d71..a9712ff 100644 --- a/backend/.idea/runConfigurations/Gateway.xml +++ b/backend/.idea/runConfigurations/Gateway.xml @@ -1,6 +1,8 @@