支持多网卡

This commit is contained in:
648540858
2022-10-26 17:15:29 +08:00
parent f3454caaf6
commit 1ab73f69eb
19 changed files with 475 additions and 434 deletions

View File

@@ -21,7 +21,7 @@ import org.springframework.stereotype.Component;
import java.util.*;
@Component
@Order(value=1)
@Order(value=2)
public class ZLMRunner implements CommandLineRunner {
private final static Logger logger = LoggerFactory.getLogger(ZLMRunner.class);