mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2025-06-16 18:35:05 +08:00
[add] wu-smart-agent-xx--->wu-lazy-cloud-xx
This commit is contained in:
@ -35,7 +35,7 @@
|
||||
<!-- imageName用于设置生成的二进制文件名称 -->
|
||||
<imageName>${project.artifactId}</imageName>
|
||||
<!-- mainClass用于指定main方法类路径 -->
|
||||
<mainClass>org.framework.smart.agent.network.heartbeat.client.LazyCloudHeartbeatClientStart</mainClass>
|
||||
<mainClass>org.framework.lazy.cloud.network.heartbeat.client.LazyCloudHeartbeatClientStart</mainClass>
|
||||
<buildArgs>
|
||||
--no-fallback
|
||||
</buildArgs>
|
||||
|
@ -1,4 +1,4 @@
|
||||
package org.framework.smart.agent.network.heartbeat.client;
|
||||
package org.framework.lazy.cloud.network.heartbeat.client;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
@ -8,7 +8,7 @@ import org.wu.framework.lazy.orm.core.stereotype.LazyScan;
|
||||
* 云上云下-云下心跳服务器
|
||||
*/
|
||||
|
||||
@LazyScan(scanBasePackages = "org.framework.smart.agent.network.heartbeat.client.infrastructure.entity")
|
||||
@LazyScan(scanBasePackages = "org.framework.lazy.cloud.network.heartbeat.client.infrastructure.entity")
|
||||
@SpringBootApplication
|
||||
public class LazyCloudHeartbeatClientStart {
|
||||
public static void main(String[] args) {
|
@ -40,7 +40,7 @@
|
||||
<!-- imageName用于设置生成的二进制文件名称 -->
|
||||
<imageName>${project.artifactId}</imageName>
|
||||
<!-- mainClass用于指定main方法类路径 -->
|
||||
<mainClass>org.framework.smart.agent.network.heartbeat.server.cluster.start.LazyCloudHeartbeatServerClusterStart</mainClass>
|
||||
<mainClass>org.framework.lazy.cloud.network.heartbeat.server.cluster.start.LazyCloudHeartbeatServerClusterStart</mainClass>
|
||||
<buildArgs>
|
||||
--no-fallback
|
||||
</buildArgs>
|
||||
|
@ -1,4 +1,4 @@
|
||||
package org.framework.smart.agent.network.heartbeat.server.cluster.start;
|
||||
package org.framework.lazy.cloud.network.heartbeat.server.cluster.start;
|
||||
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.boot.SpringApplication;
|
@ -36,7 +36,7 @@
|
||||
<!-- imageName用于设置生成的二进制文件名称 -->
|
||||
<imageName>${project.artifactId}</imageName>
|
||||
<!-- mainClass用于指定main方法类路径 -->
|
||||
<mainClass>org.framework.smart.agent.network.heartbeat.server.LazyCloudHeartbeatServerStart</mainClass>
|
||||
<mainClass>org.framework.lazy.cloud.network.heartbeat.server.LazyCloudHeartbeatServerStart</mainClass>
|
||||
<buildArgs>
|
||||
--no-fallback
|
||||
</buildArgs>
|
||||
|
@ -1,4 +1,4 @@
|
||||
package org.framework.smart.agent.network.heartbeat.server;
|
||||
package org.framework.lazy.cloud.network.heartbeat.server;
|
||||
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.boot.SpringApplication;
|
Reference in New Issue
Block a user