mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2025-06-06 21:37:56 +08:00
[add] 修改simple为start
This commit is contained in:
parent
a371d70ddb
commit
794c906c32
@ -8,8 +8,8 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
*/
|
||||
|
||||
@SpringBootApplication
|
||||
public class LazyCloudHeartbeatClientSimple {
|
||||
public class LazyCloudHeartbeatClientStart {
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(LazyCloudHeartbeatClientSimple.class,args);
|
||||
SpringApplication.run(LazyCloudHeartbeatClientStart.class,args);
|
||||
}
|
||||
}
|
@ -9,8 +9,8 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
*/
|
||||
@Slf4j
|
||||
@SpringBootApplication
|
||||
public class LazyCloudHeartbeatServerSimple {
|
||||
public class LazyCloudHeartbeatServerStart {
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(LazyCloudHeartbeatServerSimple.class,args);
|
||||
SpringApplication.run(LazyCloudHeartbeatServerStart.class,args);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user