摘要: package mail.demo; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; i 阅读全文
posted @ 2019-10-09 15:23 深南大道 阅读(2285) 评论(0) 推荐(0) 编辑
摘要: package task.demo.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotati 阅读全文
posted @ 2019-10-09 14:45 深南大道 阅读(620) 评论(0) 推荐(0) 编辑
摘要: package task.demo.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotati 阅读全文
posted @ 2019-10-09 14:29 深南大道 阅读(1379) 评论(0) 推荐(0) 编辑
摘要: package rabbitmq.demo; import com.rabbitmq.client.AMQP; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.amqp.core.AmqpAdmin; import org.springframework.amqp.core.B... 阅读全文
posted @ 2019-10-09 11:35 深南大道 阅读(3446) 评论(0) 推荐(0) 编辑