修改 order 顺序

This commit is contained in:
2023-12-25 14:35:25 +08:00
parent 83d2ee2f3a
commit db77258c13
4 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ import java.net.InetSocketAddress;
@Slf4j
@Component
@Order(value = 5)
@Order(5)
public class MqttSever implements CommandLineRunner {
@Override