上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 36 下一页
摘要: /** * 发送消息 * @param user */@RequestMapping(value = prefix+"/setRabbitMessage", method = RequestMethod.POST, consumes = MediaType.APPLICATION_JSON_UTF8 阅读全文
posted @ 2019-07-12 10:28 雷神约 阅读(306) 评论(0) 推荐(0) 编辑
摘要: package com.jd.ng.shiro.config.rabbitMQconfig;import com.jd.ng.shiro.rabbitMqListener.SimpleMessageListener;import org.springframework.amqp.core.*;imp 阅读全文
posted @ 2019-07-12 10:02 雷神约 阅读(490) 评论(0) 推荐(0) 编辑
摘要: package com.lgmall.search;import com.lgmall.search.esEntity.Article;import com.lgmall.search.esEntity.Movie;import io.searchbox.client.JestClient;impo 阅读全文
posted @ 2019-07-08 16:38 雷神约 阅读(623) 评论(0) 推荐(0) 编辑
摘要: Products Cloud Services Customers Learn downloads Products Cloud Services Customers Learn downloads Products Cloud Services Customers Learn downloads 阅读全文
posted @ 2019-07-03 10:11 雷神约 阅读(423) 评论(0) 推荐(0) 编辑
摘要: elasticsearch启动常见错误 问题出现环境,OS版本:CentOS-7-x86_64-Minimal-1708;ES版本:elasticsearch-6.2.2。 1、max file descriptors [4096] for elasticsearch process is too 阅读全文
posted @ 2019-07-03 10:03 雷神约 阅读(272) 评论(0) 推荐(0) 编辑
摘要: useradd和adduser的区别 添加用户:useradd -m 用户名 然后设置密码 passwd 用户名 删除用户:userdel -r 用户名 1. 在root权限下,useradd只是创建了一个用户名,如 (useradd +用户名 ),它并没有在/home目录下创建同名文件夹,也没有创 阅读全文
posted @ 2019-07-02 09:40 雷神约 阅读(667) 评论(0) 推荐(0) 编辑
摘要: package com.jd.ng.shiro.controller;import org.slf4j.Logger;import org.slf4j.LoggerFactory;import org.springframework.beans.factory.annotation.Autowire 阅读全文
posted @ 2019-07-01 10:34 雷神约 阅读(604) 评论(0) 推荐(0) 编辑
摘要: 使用rabbitctl添加用户 第一、添加mq用户并设置密码 root@live-mq-01:~ # rabbitmqctl add_user mq 123456 1 root@live-mq-01:~ # rabbitmqctl add_user mq 123456 root@live-mq-01 阅读全文
posted @ 2019-06-28 13:26 雷神约 阅读(1124) 评论(0) 推荐(0) 编辑
摘要: package com.zledu.commonentity.entity;import lombok.AllArgsConstructor;import lombok.Data;import java.io.Serializable;import java.util.List;/** * @Aut 阅读全文
posted @ 2019-06-27 09:18 雷神约 阅读(737) 评论(0) 推荐(0) 编辑
摘要: 通常而言,微服务架构是一种架构模式或者说一种架构风格,它提倡将单一应用程序划分成一组小的服务,每个服务运行在其独立的进程中,服务之间互相协调、互相配合,为用户提供最终的价值。 服务之间采用轻量级的通信机制(通常是基于HTTP的RESTful API)。每个服务都围绕着具体业务进行构建,并且能够被独立 阅读全文
posted @ 2019-06-24 09:03 雷神约 阅读(190) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 36 下一页