Spring Cloud 进阶之路 -- Eureka Server 端从0开始搭建图文教程
Spring Cloud Eureka 能实现服务的注册和发现,下面使用IntelliJ IDEA + maven 从0开始搭建 Eureka Server。 1、新建项目,选择 Spring In...
Spring Cloud Eureka 能实现服务的注册和发现,下面使用IntelliJ IDEA + maven 从0开始搭建 Eureka Server。 1、新建项目,选择 Spring In...
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one o...
Docker 中国官方镜像加速可通过 registry.docker-cn.com 访问。此镜像库仅含有流行的公有镜像,如需私有镜像还是需要到美国镜像库中pull 方法:修改docker对应的...
1、安装Docker命令:yum install docker,安装详情: [root@VM_4_84_centos ~]# yum install docker Loaded plugins: fastestmirror, langpac...
1、连接SQLPLUS sqlplus /nolog 2、SYSDBA登录 conn / as sysdba 3、查看PDB show pdbs; 4、将会话转到具体某个DB下 alt...
Tomcat 报错:MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk, Commands that...
今天安装 Nginx出现如下报错: yum install zlib Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile R...
之前因为苹果强制使用 HTTPS,在Apache上配置过SSL了,今天把 Apache换成了Nginx,记录下Nginx配置SSL过程。 1、在Nginx conf目录下新建一个 sslkey目录(nginx-1.12.2co...
步骤: 一、内网穿透申请二级域名(有服务器和域名者可略过) 二、申请微信公众平台测试号(有已认证的微信服务号者可略过) 三、搭建 Spring Boot 2.0 项目实现获取openId 一、内网穿透: 因为要直接用内网本机开发调试,微信网...
公司安装个 oracle 12c 测试环境,准备把线上的库导出来测试性能,结果把测试库的字符集选了 AL32UTF8 ,一看线上是 ZHS16GBK,还是保持一致吧,遂记录 AL32UTF8 改 ZHS16GBK&nbs...