Parcourir la source

考试系统插件提交

pans il y a 8 mois
Parent
commit
867f61f31c

+ 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>