摘要: 一、RabbitMQ简单介绍 RabbitMQ就是当前最主流的消息中间件之一。RabbitMQ是一个开源的AMQP实现,服务器端用Erlang语言编写,支持多种客户端,如:Python、Ruby、.NET、Java、JMS、C、PHP、ActionScript、XMPP、STOMP等,支持AJAX。 阅读全文
posted @ 2020-06-05 18:05 18岁的俊后生 阅读(350) 评论(0) 推荐(0) 编辑
摘要: 1 @Configuration 2 public class MyBlogWebMvcConfigurer extends WebMvcConfigurerAdapter { 3 4 @Autowired 5 private AdminLoginInterceptor adminLoginInte 阅读全文
posted @ 2020-06-05 09:52 18岁的俊后生 阅读(3419) 评论(2) 推荐(1) 编辑