上一页 1 2 3 4 5 6 7 8 ··· 10 下一页
摘要: GitHub地址:https://github.com/happyfish100/fastdfs 安装步骤:https://github.com/happyfish100/fastdfs/blob/master/INSTALL 在/etc/fdfs/下没有tracker.conf文件,将tracke 阅读全文
posted @ 2018-01-13 10:42 uptothesky 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 接上篇,使用redis做缓存 新建spring boot 工程,添加pom引用 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactI 阅读全文
posted @ 2018-01-06 19:58 uptothesky 阅读(1147) 评论(0) 推荐(0) 编辑
摘要: Druid Spring Boot Starter mybatis-spring-boot-autoconfigure mybatis-spring-boot-samples 新建spring boot工程,添加pom依赖 <dependency> <groupId>org.mybatis.spri 阅读全文
posted @ 2018-01-06 10:33 uptothesky 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 下拉镜像 启动镜像 打开浏览器:http://192.168.31.146:7474/browser/ 用户名/密码初始值为:neo4j 首次登陆需要修改密码 登陆后界面 新建springboot项目,添加pom引用 <dependency> <groupId>org.springframework 阅读全文
posted @ 2018-01-04 23:25 uptothesky 阅读(1482) 评论(0) 推荐(0) 编辑
摘要: 接上篇: Spring Cloud Eureka 使用命令开启两个服务提供者 运行ribbon-consumer,访问 http://localhost:9000/ribbon-consumer 停掉8081服务,刷新页面,会提示错误 改造ribbon-consumer项目 在pom中加入Hystr 阅读全文
posted @ 2018-01-04 15:35 uptothesky 阅读(338) 评论(0) 推荐(0) 编辑
摘要: 启动mongo镜像 连接到容器内 输入:mongo 输入:show dbs 输入:db.stats() 下载mongo客户端:https://robomongo.org/download 按ctrl+c 和 exit 退出容器,输入:docker ps 这里自动映射的端口为32768,打开Robo 阅读全文
posted @ 2018-01-03 22:36 uptothesky 阅读(550) 评论(0) 推荐(0) 编辑
摘要: VisualVM下载地址:http://visualvm.github.io/download.html 解压后打开bin目录下的visualvm.exe 选择Tool-->Plugins,选择插件安装 测试代码 运行测试代码,在visualVM中右键选择应用-->Trace Application 阅读全文
posted @ 2017-12-24 20:32 uptothesky 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 启动redis redis自带客户端,启动客户端 也可以使用桌面工具Redis Desktop Manager测试 下载地址:https://redisdesktop.com/download 下载完后安装,打开程序 连接服务器 可以看到上面存进去的name 新建一个Spring Boot项目,po 阅读全文
posted @ 2017-12-22 23:04 uptothesky 阅读(1572) 评论(0) 推荐(0) 编辑
摘要: 搭建服务注册中心 创建eureka-center,pom.xml如下: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3 阅读全文
posted @ 2017-12-22 15:58 uptothesky 阅读(773) 评论(0) 推荐(0) 编辑
摘要: 首先在pom中添加依赖 pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSch 阅读全文
posted @ 2017-12-19 09:13 uptothesky 阅读(253) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页