美文网首页
SpringBoot-Redis集成

SpringBoot-Redis集成

作者: Tango_520f | 来源:发表于2018-02-22 14:14 被阅读17次

    1#港手写笔记本

    核心要点:

    StringRedisTemplate to publish a string message and has a POJO subscribe for it using MessageListenerAdapter.-

    1.绑定数据

    @ConfigurationProperties(prefix="tango")

    tango.go.ready=Happy

    2.基于环境的配置

    类的上边标注@Configuration

    @Bean@profile("dev")   @Bean@Profile("cloud")

    3.Bean和Bean之间通信用的是ApplicationEvent事件,Bean的事件监听器用的是ApplicationListener

    4.

    相关文章

      网友评论

          本文标题:SpringBoot-Redis集成

          本文链接:https://www.haomeiwen.com/subject/zgpatftx.html