spring精通系列(4)

Messaging with JMS

  1. git clone https://github.com/spring-guides/gs-messaging-jms.git
  2. 输出
    Sending an email message.
    Received <Email{[email protected], body=Hello}>

Creating Asynchronous Methods

  1. git clone https://github.com/spring-guides/gs-async-method.git
  2. 输出
    这里写图片描述

Caching Data with Spring

  1. git clone https://github.com/spring-guides/gs-caching.git
  2. 输出
    这里写图片描述

猜你喜欢

转载自blog.csdn.net/u011747152/article/details/79354670
今日推荐