소스 검색

提交获取当前登录用户接口

hxl13994548489 7 달 전
부모
커밋
d68e041006
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      linkwe-service/pom.xml

+ 5 - 0
linkwe-service/pom.xml

@@ -55,6 +55,11 @@
             <groupId>com.baomidou</groupId>
             <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
         </dependency>
+
+        <dependency>
+            <groupId>com.linkwechat</groupId>
+            <artifactId>linkwe-framework</artifactId>
+        </dependency>
     </dependencies>
 
 </project>