上一页 1 2 3 4 5 6 7 8 ··· 25 下一页
  2022年1月21日
摘要: 1.linux安装ftp 2.windows安装:FileZilla 客户端 - FileZilla中文网 1.linux安装ftp #搜索可用的软件包yum list | grep ftp #安装yum install vsftpd #开启ftp服务service vsftpd start 看下是 阅读全文
posted @ 2022-01-21 21:33 biind 阅读(258) 评论(0) 推荐(0)
  2022年1月19日
摘要: 1.virtualBox 下载地址: Downloads – Oracle VM VirtualBox 2.centOS7 下载地址: Index of /centos/7.9.2009/isos/x86_64/ (163.com) CentOS Mirrors List 3.安装 a.安装virt 阅读全文
posted @ 2022-01-19 22:05 biind 阅读(40) 评论(0) 推荐(0)
  2022年1月16日
摘要: 1.服务器端 2.客户端 1.服务器端 1.依赖+配置+启动注解 <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-config-server</artifactId> </depen 阅读全文
posted @ 2022-01-16 18:50 biind 阅读(435) 评论(0) 推荐(0)
摘要: 1.继承类:ZuulFilter 2.丢失请求头:Authorization 3.转发请求头:Authorization 4.使用场景:验证权限 1.继承类:ZuulFilter package com.ligy.school.zuul.filter; import com.netflix.zuul 阅读全文
posted @ 2022-01-16 08:40 biind 阅读(233) 评论(0) 推荐(0)
  2022年1月13日
摘要: 1.配置 2.使用 1.配置 <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-zuul</artifactId></dependency> main函 阅读全文
posted @ 2022-01-13 23:01 biind 阅读(134) 评论(0) 推荐(0)
  2022年1月12日
摘要: nexus版本:nexus-3.37.3-02-win64,在2.x的nexus上面,不适用,不过原理一样,就配置不一样而已 1.配置setting.xml 2.上传jar包 (cmd命令) 3.上传jar包(pom文件,在idea使用mvn插件上传) 4.上传到自己创建的仓库 1.配置settin 阅读全文
posted @ 2022-01-12 20:23 biind 阅读(107) 评论(0) 推荐(0)
摘要: 2.x和3.x的配置,不一样,不过原理是一样的 1.下载安装 2.x下载地址:Download Archives - Repository Manager 2 (sonatype.com) 3.x下载地址:Download (sonatype.com) 2.启动 3.创建自己的私服 1.下载安装 2 阅读全文
posted @ 2022-01-12 20:19 biind 阅读(58) 评论(0) 推荐(0)
  2022年1月9日
摘要: 1.接口+实现类+注解: @FeignClient(value = "eurekademo2", fallback = Demo2ServiceImpl.class) 2.打开熔断器: 修改配置文件:application.propertiesfeign.hystrix.enabled=true p 阅读全文
posted @ 2022-01-09 22:34 biind 阅读(189) 评论(0) 推荐(0)
摘要: 1.eureka服务器端 2.eureka客户端 3.客户端间的通信 1.eureka服务器端 1.引入依赖 2.eureka配置 3.启动,加注解 4.浏览器打开: localhost:6868/ <?xml version="1.0" encoding="UTF-8"?> <project xm 阅读全文
posted @ 2022-01-09 16:53 biind 阅读(136) 评论(0) 推荐(0)
  2022年1月8日
摘要: 1.安装rabbitmq 2.入门程序 一 安装rabbitmq 下载地址:Installing on Windows — Rabbit 安装完本地访问:http://localhost:15672/ 登录:guest guest 二 入门程序 <?xml version="1.0" encodin 阅读全文
posted @ 2022-01-08 21:56 biind 阅读(79) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 25 下一页