摘要:
基于rancher部署Spring-cloud微服务系统 代码的github地址: https://github.com/huangll99/micro 开发微服务系统 基于spring-cloud开发微服务系统,做为演示,开发了注册中心micro-eureka,网关服务micro-gateway, 阅读全文
摘要:
Rancher 2.1针对CI/CD进行了新的升级,带来了更好用的pipeline,这篇文章针对Rancher 2.1版本,讲解如何使用Rancher pipeline来做SpringBoot工程的CI/CD. 演示代码工程准备 首先创建一个SpringBoot的demo工程,push到github 阅读全文
摘要:
VMWare Harbor安装文档 安装Centos7,配置网络(需要连外网) 安装docker 启动docker 安装docker compose 由于在线安装太慢,执行在github上下载 https://github.com/docker/compose release " docker co 阅读全文
摘要:
问题场景 在网关添加了权限校验,要求请求在header中携带token。前端获取到token之后存储在localstorage,请求时在请求拦截中取到token放在header中。excel导出一般的做法是用a链接指向excel导出接口,或者使用window.location.href = url 阅读全文
摘要:
场景 项目提供rest服务,需要导出rest接口文档,并把服务打包成docker镜像。 过程 1.使用SpringBoot实现rest服务 Maven的pom.xml 简单的启动类: 两个服务接口: 2.使用Swagger导出rest接口文档 依赖的jar包在pom.xml中。 Swagger的简单 阅读全文
摘要:
package com.gsafety.rabbitmq.api;import org.apache.http.HttpEntity;import org.apache.http.HttpHost;import org.apache.http.HttpResponse;import org.apache.http.auth.AuthScope;import org.apache.http.auth... 阅读全文
摘要:
node.js回调函数的设计原则: 1:如果函数需要回调函数参数,一定是在参数的最后面 2:错误优先的回调函数 手工实现node.js的require: 阅读全文
摘要:
记录一下项目中的git使用流程: 阅读全文
摘要:
motan服务export流程分析 阅读全文
摘要:
微博rpc框架Motan分析系列二 阅读全文