• 写的非常详细,代码、配置、截图很全面,按着做着的步骤操作可以很顺利的搭建出一套可以运行的环境,很适合初学者学习~

    微服务 Spring Cloud Alibaba 项目搭建(八、Oauth2.0 安全认证子模块创建)

    oauth2介绍 点击进入 spring security oauth2 官方文档[https://www.baidu.com/link?url=VaUgRcBLw7B0a...

  • 120
    微服务 Spring Cloud Alibaba 项目搭建(八、Oauth2.0 安全认证子模块创建)

    oauth2介绍 点击进入 spring security oauth2 官方文档[https://www.baidu.com/link?url=VaUgRcBLw7B0a...

  • 完整的异常是这样的:
    org.apache.rocketmq.client.exception.MQClientException: No route info of this topic: TopicTest
    See http://rocketmq.apache.org/docs/faq/ for further details.
    at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.sendDefaultImpl(DefaultMQProducerImpl.java:675)
    at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.send(DefaultMQProducerImpl.java:1367)
    at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.send(DefaultMQProducerImpl.java:1311)
    at org.apache.rocketmq.client.producer.DefaultMQProducer.send(DefaultMQProducer.java:335)

    微服务 Spring Cloud Alibaba 项目搭建(七、RocketMQ 集成)

    RocketMQ介绍 RocketMQ 是一个 队列模型 的消息中间件,具有高性能、高可靠、高实时、分布式 的特点。它是一个采用 Java 语言开发的分布式的消息系统,由阿里...

  • 这个问题找到了,是因为我改了spring:application:name: 造成的,这里的名字必需和Nocos中的保持一至

    微服务 Spring Cloud Alibaba 项目搭建(七、RocketMQ 集成)

    RocketMQ介绍 RocketMQ 是一个 队列模型 的消息中间件,具有高性能、高可靠、高实时、分布式 的特点。它是一个采用 Java 语言开发的分布式的消息系统,由阿里...

  • 报 No route info of this topic: TopicTest 是怎么回事?

    微服务 Spring Cloud Alibaba 项目搭建(七、RocketMQ 集成)

    RocketMQ介绍 RocketMQ 是一个 队列模型 的消息中间件,具有高性能、高可靠、高实时、分布式 的特点。它是一个采用 Java 语言开发的分布式的消息系统,由阿里...

  • 你好,我照着你的文章:微服务 Spring Cloud Alibaba 项目搭建(七、RocketMQ 集成)
    https://www.jianshu.com/p/e56bd2dcab26,做,但程序运行的时候报:

    Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
    2022-03-23 21:36:49.460 INFO 93624 --- [ main] .b.c.e.AwaitingNonWebApplicationListener : [Dubbo] Current Spring Boot Application is about to shutdown...
    2022-03-23 21:36:49.583 ERROR 93624 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter :

    ***************************
    APPLICATION FAILED TO START
    ***************************

    Description:

    A component required a bean of type 'org.apache.rocketmq.spring.core.RocketMQTemplate' that could not be found.

    The following candidates were found but could not be injected:
    - Bean method 'rocketMQTemplate' in 'RocketMQAutoConfiguration' not loaded because @ConditionalOnBean (types: org.apache.rocketmq.client.producer.DefaultMQProducer; SearchStrategy: all) did not find any beans of type org.apache.rocketmq.client.producer.DefaultMQProducer

    Action:

    Consider revisiting the entries above or defining a bean of type 'org.apache.rocketmq.spring.core.RocketMQTemplate' in your configuration.

    进程已结束,退出代码为 1

    微服务 Spring Cloud Alibaba 项目搭建(七、RocketMQ 集成)

    RocketMQ介绍 RocketMQ 是一个 队列模型 的消息中间件,具有高性能、高可靠、高实时、分布式 的特点。它是一个采用 Java 语言开发的分布式的消息系统,由阿里...