Parcourir la source

模块拦截器依赖system api

zhangdaiscott il y a 2 ans
Parent
commit
948de9468b
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      jeecg-server-cloud/jeecg-demo-cloud-start/pom.xml

+ 6 - 0
jeecg-server-cloud/jeecg-demo-cloud-start/pom.xml

@@ -18,6 +18,12 @@
             <groupId>org.jeecgframework.boot</groupId>
             <artifactId>jeecg-boot-starter-cloud</artifactId>
         </dependency>
+        <!--system cloud api-->
+        <dependency>
+            <groupId>org.jeecgframework.boot</groupId>
+            <artifactId>jeecg-system-cloud-api</artifactId>
+        </dependency>
+        
         <dependency>
             <groupId>org.jeecgframework.boot</groupId>
             <artifactId>jeecg-boot-starter-job</artifactId>