|
|
@@ -6,7 +6,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
|
import org.springframework.scheduling.annotation.EnableScheduling;
|
|
|
|
|
|
/**
|
|
|
- * @Author: 马超伟
|
|
|
+ * @Author: donglang
|
|
|
* @CreateTime: 2025-09-30
|
|
|
* @Description:
|
|
|
* @Version: 1.0
|
|
|
@@ -15,8 +15,8 @@ import org.springframework.scheduling.annotation.EnableScheduling;
|
|
|
@SpringBootApplication
|
|
|
@MapperScan("com.platform.mapper")
|
|
|
@EnableScheduling
|
|
|
-public class UpgradeApplication {
|
|
|
+public class IotPlatformManagerApplication {
|
|
|
public static void main(String[] args) {
|
|
|
- SpringApplication.run(UpgradeApplication.class, args);
|
|
|
+ SpringApplication.run(IotPlatformManagerApplication.class, args);
|
|
|
}
|
|
|
}
|