09 2020 档案

摘要:我用的是腾讯云服务器,安装的 Centos 7 系统,下面是安装的教程和遇到的问题解决办法: 一、安装步骤: 1.安装zsh yum install zsh 2.安装git yum install git 3.下载`oh-my-zsh`的安装脚本 安装wget(centos7默认是没有的) yum 阅读全文
posted @ 2020-09-27 16:23 Silentims 阅读(2778) 评论(0) 推荐(1)
摘要:版本: Java :1.8 Spring Boot :2.2.10 Dubbo Spring Boot :0.2.0 项目结构: api 模块——接口、实体等定义 provider 模块——提供者 consumer 模块——消费者 项目地址: Github 地址:https://github.com 阅读全文
posted @ 2020-09-25 18:40 Silentims 阅读(4210) 评论(0) 推荐(0)