Преглед изворни кода

system模块 包名错误,进行调整

xucaiqin пре 2 година
родитељ
комит
088d8f21ea

+ 5 - 0
iot-module/iot-module-system/iot-module-system-biz/pom.xml

@@ -33,6 +33,11 @@
             <groupId>com.alibaba.cloud</groupId>
             <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
         </dependency>
+        <!--认证-->
+        <dependency>
+            <groupId>com.middle.platform</groupId>
+            <artifactId>iot-starter-satoken</artifactId>
+        </dependency>
 
         <dependency>
             <groupId>com.middle.platform</groupId>

+ 1 - 1
iot-module/iot-module-system/iot-module-system-biz/src/main/java/com/middle/platfrom/system/biz/SystemApplication.java → iot-module/iot-module-system/iot-module-system-biz/src/main/java/com/middle/platform/system/biz/SystemApplication.java

@@ -1,4 +1,4 @@
-package com.middle.platfrom.system.biz;
+package com.middle.platform.system.biz;
 
 import org.springframework.boot.SpringApplication;
 import org.springframework.boot.autoconfigure.SpringBootApplication;

+ 1 - 1
iot-module/iot-module-system/iot-module-system-biz/src/main/java/com/middle/platfrom/system/biz/controller/IndexController.java → iot-module/iot-module-system/iot-module-system-biz/src/main/java/com/middle/platform/system/biz/controller/IndexController.java

@@ -1,4 +1,4 @@
-package com.middle.platfrom.system.biz.controller;
+package com.middle.platform.system.biz.controller;
 
 import com.middle.platform.common.utils.DateTimeUtil;
 import com.middle.platform.common.utils.Result;