소스 검색

考试系统插件提交

pans 8 달 전
부모
커밋
867f61f31c
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 2
      snowy-plugin/snowy-plugin-exam/snowy-plugin-exam-func/pom.xml

+ 5 - 2
snowy-plugin/snowy-plugin-exam/snowy-plugin-exam-func/pom.xml

@@ -48,8 +48,11 @@
             <artifactId>mybatis-spring-boot-starter</artifactId>
             <version>2.1.0</version>
         </dependency>
-
-
+        <!-- 引入登录鉴权接口,用于获取登录用户 -->
+        <dependency>
+            <groupId>vip.xiaonuo</groupId>
+            <artifactId>snowy-plugin-auth-api</artifactId>
+        </dependency>
 
         <dependency>
             <groupId>mysql</groupId>