浏览代码

UPDATE-调整启动包路径

liyang 1 年之前
父节点
当前提交
b82271b5cc

+ 2 - 27
ywt-platform-outpatient-web/pom.xml

@@ -22,14 +22,6 @@
             <artifactId>ywt-platform-outpatient-sdk</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.dubbo</groupId>
-            <artifactId>dubbo-spring-boot-starter</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.dubbo</groupId>
-            <artifactId>dubbo-registry-nacos</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-web</artifactId>
         </dependency>
@@ -46,10 +38,10 @@
             <groupId>org.apache.dubbo</groupId>
             <artifactId>dubbo-registry-nacos</artifactId>
         </dependency>
-        <dependency>
+       <!-- <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter</artifactId>
-        </dependency>
+        </dependency>-->
         <dependency>
             <groupId>com.google.protobuf</groupId>
             <artifactId>protobuf-java</artifactId>
@@ -60,14 +52,6 @@
             <artifactId>protobuf-java-util</artifactId>
             <version>3.19.6</version>
         </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>ch.qos.logback</groupId>
-            <artifactId>logback-classic</artifactId>
-        </dependency>
        <!-- &lt;!&ndash; 注册中心 &ndash;&gt; -->
         <dependency>
             <groupId>com.alibaba.cloud</groupId>
@@ -85,17 +69,8 @@
             <version>3.1.7</version>
         </dependency>
         <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>ch.qos.logback</groupId>
-            <artifactId>logback-classic</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-data-redis</artifactId>
-            <version>2.7.16</version>
         </dependency>
         <!-- jdbc 驱动引入-->
         <dependency>

+ 1 - 1
ywt-platform-outpatient-web/src/main/java/com/ywt/outpatient/OutpatientFrontServiceApplication.java → ywt-platform-outpatient-web/src/main/java/com/ywt/OutpatientFrontServiceApplication.java

@@ -1,4 +1,4 @@
-package com.ywt.outpatient;
+package com.ywt;
 
 import com.ywt.outpatient.configs.RibbonConfiguration;
 import org.apache.dubbo.config.spring.context.annotation.EnableDubbo;