Skip to content

Commit

Permalink
add registry center
Browse files Browse the repository at this point in the history
  • Loading branch information
SbloodyS committed Aug 8, 2024
1 parent 9692e15 commit 5dc7709
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@

@Slf4j
@UtilityClass
@Getter
public class ServerLifeCycleManager {

@Getter
private static volatile ServerStatus serverStatus = ServerStatus.RUNNING;

@Getter
private static long serverStartupTime = System.currentTimeMillis();

public static boolean isRunning() {
Expand Down

0 comments on commit 5dc7709

Please sign in to comment.