Spring Boot 3.2.2 连接 RocketMQ 5.1.2 报错如何解决?
Started container failed. DefaultRocketMQListenerContainer{consumerGroup='topic_02_CONSUMER', namespace='', namespaceV2='', nameServer='192.168.50.20:9876', topic='topic_02', consumeMode=CONCURRENTLY, selectorType=TAG, selectorExpression='*', messageModel=CLUSTERING', tlsEnable=false, instanceNam...
1 回答953 阅读✓ 已解决
Error creating bean with name 'operationLogRepository': Invocation of init method failed; nested exception is org.springframework.data.mapping.PropertyReferenceException: No property all found for type OperationLog!
operationLogRepository
对象创建失败缺少类型为OperationLog
的all
属性。