上一页 1 ··· 3 4 5 6 7
摘要: 一.环境准备 本demo的运行需要用户安装以下工具: 1.maven(安装教程) 2.JDK1.8 3.Zookeeper(安装教程) 二.源码 源码托管在GitHub:https://github.com/anquing/springboot_dubbo_helloworld 三.相关说明 简介 阅读全文
posted @ 2021-03-11 11:17 咔咔皮卡丘 阅读(132) 评论(0) 推荐(1) 编辑
摘要: 一.下载 1.直接使用wget命令: wget https://mirrors.bfsu.edu.cn/apache/zookeeper/zookeeper-3.6.2/apache-zookeeper-3.6.2-bin.tar.gz 2.到官网下载:https://zookeeper.apach 阅读全文
posted @ 2021-03-10 11:28 咔咔皮卡丘 阅读(215) 评论(0) 推荐(1) 编辑
摘要: 一.GsonFormat 简介:这是一个根据JSONObject格式的字符串,自动生成实体类参数. 安装步骤 1.进入:file>settings...>plugins>Marketplace 2.搜索:GsonFormat 3.安装重启Idea即可 使用方法 1.打开方式1:Code>genera 阅读全文
posted @ 2021-03-09 10:22 咔咔皮卡丘 阅读(93) 评论(0) 推荐(1) 编辑
摘要: 1.下载 wget https://mirrors.bfsu.edu.cn/apache/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz 2. 解压并复制到指定目录(通常放在/usr/local) tar -zxvf apache 阅读全文
posted @ 2021-03-08 20:31 咔咔皮卡丘 阅读(73) 评论(0) 推荐(1) 编辑
上一页 1 ··· 3 4 5 6 7