
微服务
java_Murcielago
这个作者很懒,什么都没留下…
展开
-
docker-compose 部署redis-cluster
1.下载官方 redis.conf http://download.redis.io/redis-stable/redis.conf 2.修改redis.conf # bind 127.0.0.1 //加上注释# protected-mode no //关闭保护模式 port 6061 //绑定自定义端口 #daemonize yes //禁止redis后台运行 pidfile /var...原创 2019-10-28 10:16:11 · 1042 阅读 · 0 评论 -
springboot2.1. es6.x集成封装记录
公司要搭建微服务项目,需要搭建es公共服务 安装es 修改 elasticsearch.yml配置 network.host: 0.0.0.0 network.publish_host: 59.110.138.14 network.bind_host: 0.0.0.0 开始集成封装 pom依赖 <!--es--> <dependency> <...原创 2019-08-10 11:45:13 · 792 阅读 · 0 评论