Skip to content

Commit

Permalink
📦 rename
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhangyue committed Dec 3, 2023
1 parent eb64292 commit b17a25c
Show file tree
Hide file tree
Showing 20 changed files with 21 additions and 22 deletions.
3 changes: 0 additions & 3 deletions src/main/java/io/github/lunasaw/zlm/api/ZlmRestService.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ public class ZlmRestService {

private static final String URL = "http://127.0.0.1:9092";
private static final String SECRET = "zlm";
@Autowired
private ZlmProperties zlmProperties;

/**
* 获取版本信息
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@

import org.springframework.boot.autoconfigure.AutoConfiguration;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.ComponentScan;

/**
* @author weidian
* @author luna
* @version 1.0
* @date 2023/12/2
* @description:
*/
@AutoConfiguration
@EnableConfigurationProperties(ZlmProperties.class)
@ComponentScan(basePackages = "io.github.lunasaw.zlm")
public class ZlmAutoConfiguration {
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import java.util.stream.Collectors;

/**
* @author weidian
* @author luna
* @version 1.0
* @date 2023/12/2
* @description:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package io.github.lunasaw.zlm.constant;

/**
* @author weidian
* @author luna
* @version 1.0
* @date 2023/12/2
* @description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import lombok.Data;

/**
* @author weidian
* @author luna
* @version 1.0
* @date 2023/12/2
* @description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import lombok.Data;

/**
* @author weidian
* @author luna
* @version 1.0
* @date 2023/12/3
* @description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import lombok.Data;

/**
* @author weidian
* @author luna
* @version 1.0
* @date 2023/12/2
* @description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import java.util.List;

/**
* @author weidian
* @author luna
* @version 1.0
* @date 2023/12/3
* @description:
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/github/lunasaw/zlm/entity/StreamKey.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import lombok.Data;

/**
* @author weidian
* @author luna
* @version 1.0
* @date 2023/12/2
* @description:
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/github/lunasaw/zlm/entity/ThreadLoad.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import lombok.Data;

/**
* @author weidian
* @author luna
* @version 1.0
* @date 2023/12/2
* @description: 获取各epoll(或select)线程负载以及延时
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import lombok.Data;

/**
* @author weidian
* @author luna
* @version 1.0
* @date 2023/12/2
* @description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import lombok.Data;

/**
* @author weidian
* @author luna
* @version 1.0
* @date 2023/12/2
* @description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import lombok.Data;

/**
* @author weidian
* @author luna
* @version 1.0
* @date 2023/12/3
* @description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import lombok.Data;

/**
* @author weidian
* @author luna
* @version 1.0
* @date 2023/12/3
* @description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import lombok.Data;

/**
* @author weidian
* @author luna
* @version 1.0
* @date 2023/12/3
* @description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import lombok.Data;

/**
* @author weidian
* @author luna
* @version 1.0
* @date 2023/12/3
* @description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import lombok.Data;

/**
* @author weidian
* @author luna
* @version 1.0
* @date 2023/12/3
* @description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import lombok.Data;

/**
* @author weidian
* @author luna
* @version 1.0
* @date 2023/12/3
* @description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import lombok.Data;

/**
* @author weidian
* @author luna
* @version 1.0
* @date 2023/12/3
* @description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import lombok.Data;

/**
* @author weidian
* @author luna
* @version 1.0
* @date 2023/12/3
* @description:
Expand Down

0 comments on commit b17a25c

Please sign in to comment.