john's tech blog

hope is coming


  • 首页

  • 标签

  • 归档

Spring Cloud zuul知识点和问题整理

发表于 2019-06-18 | 更新于 2019-06-25
  1. zuul入门(1)zuul 的概念和原理
  2. 白话SpringCloud | 第九章:路由网关(Zuul)的使用
  3. Spring Cloud (十三) Zuul:静态路由、静态过滤器与动态路由的实现
  4. 史上最简单的SpringCloud教程 | 第四篇:断路器(Hystrix)
  5. Spring Cloud实战小贴士:Ribbon的饥饿加载(eager-load)模式
  6. SpringCloud工作笔记069—The Hystrix timeout of 60000ms for the command sc-auth is set lower than the

Spring Cloud eureka知识点和问题整理

发表于 2019-06-18 | 更新于 2019-06-25

cannot excute request on any known Server

  1. 新版Eureka Server 加上Spring Security安全认证之后,客户端无法注册和客户端启动Up后就Down的问题

maven_knownpoints

发表于 2019-06-17 | 更新于 2019-06-25

Maven中的BOM概念

BOM stands for Bill Of Materials. A BOM is a special kind of POM that is used to control the versions of a project’s dependencies and provide a central place to define and update those versions.

BOM provides the flexibility to add a dependency to our module without worrying about the version that we should depend on.

参考资料:

  1. Maven中的BOM概念

gradle知识点整理

发表于 2019-06-14 | 更新于 2019-06-25

buildscript

buildscript中的声明是gradle脚本自身需要使用的资源。可以声明的资源包括依赖项、第三方插件、maven仓库地址等。
而在build.gradle文件中直接声明的依赖项、仓库地址等信息是项目自身需要的资源。

  1. Gradle中的buildScript代码块

subprojects

allprojects是对所有project的配置,包括Root Project。而subprojects是对所有Child Project的配置

1.Gradle配置中subprojects 和 allprojects 的区别

参考资料:

  1. Gradle学习系列之八——构建多个Project

linux下tar命令

发表于 2019-06-14 | 更新于 2019-06-25

tar 解压tar包

tar -xvf /usr/local/eureka-server-1.0-SNAPSHOT.tar

参考资料:

  1. Linux中tar解压缩命令详解
  2. linux下tar.gz、tar、bz2、zip等解压缩、压缩命令小结
1…8910…47

John

232 日志
43 标签
GitHub Twitter
欢迎关注我的公众号:沉迷Spring
© 2023 johnwonder
由 Hexo 强力驱动 v3.2.0
|
主题 – NexT.Pisces v7.1.1
|
0%