mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
后端配置简化
This commit is contained in:
@@ -24,8 +24,7 @@ import java.util.*;
|
||||
@Component
|
||||
public class TopicsUtils {
|
||||
|
||||
@Value("${server.broker.enabled}")
|
||||
private Boolean enabled;
|
||||
private Boolean enabled = true;
|
||||
|
||||
/**
|
||||
* 拼接topic
|
||||
|
||||
Reference in New Issue
Block a user