| | |
| | | import cc.mrbird.febs.tree.MemberNode; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty; |
| | | import org.springframework.stereotype.Component; |
| | | |
| | | import javax.annotation.PostConstruct; |
| | |
| | | **/ |
| | | @Slf4j |
| | | @Component |
| | | @ConditionalOnProperty(prefix = "system", name = "chain-listener", havingValue = "true") |
| | | public class MatrixTreeInit { |
| | | |
| | | @Autowired |
| | |
| | | node.setMemberId(treeNode.getMidNode()); |
| | | instance.addNode(node); |
| | | } |
| | | System.out.println(11); |
| | | } |
| | | } |