rabbitmq版本:3.6.14 spring-core 版本: 4.2.5.RELEASE 备注:如果springboot升级到比较高的版本,能用到更高版本的amqp依赖包和spring-core依赖包,有比以下实现delay延迟消费的更好的代码。 声明exchange: Map<String, ...
分类:
其他好文 时间:
2020-12-19 13:38:01
阅读次数:
4
1.查看系统信息 lsb_release -a #cat /proc/version No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.7 LTS Release: 16.04 Codenam ...
分类:
系统相关 时间:
2020-12-19 12:51:55
阅读次数:
5
1、升级准备 1.1、查看系统版本和ssh版本 cat /etc/*release ssh -V 1.2、下载软件包 Openssh下载地址 https://www.openssh.com/ https://openbsd.hk/pub/OpenBSD/OpenSSH/portable/ http: ...
分类:
其他好文 时间:
2020-12-19 12:38:09
阅读次数:
1
pom.xml <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.2.5.RELEASE</version> <rel ...
分类:
编程语言 时间:
2020-12-18 12:33:50
阅读次数:
1
前言本文针对版本2.2.0.RELEASE来分析SpringBoot的配置处理源码,通过查看SpringBoot的源码来弄清楚一些常见的问题比如:SpringBoot从哪里开始加载配置文件?SpringBoot从哪些地方加载配置文件?SpringBoot是如何支持yaml和properties类型的配置文件?如果要支持json配置应该如何做?SpringBoot的配置优先级是怎么样的?placeh
分类:
编程语言 时间:
2020-12-18 12:14:37
阅读次数:
3
问题: 尝试了按百度上面其他网友说的添加以下依赖 <dependencyManagement> <dependencies> <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-alibaba-depe ...
分类:
编程语言 时间:
2020-12-17 13:01:25
阅读次数:
1
解决安装 pip3时 错误: Media change: please insert the disc labeled 'Ubuntu 20.04.1 LTS _Focal Fossa_ - Release amd64 (20200731)' in the drive '/cdrom/' and p ...
分类:
其他好文 时间:
2020-12-17 12:35:15
阅读次数:
2
环境描述 系统版本:CentOS Linux release 7.4.1708 (Core) 内核版本:3.10.0-693.el7.x86_64 显卡驱动版本: NVIDIA-Linux-x86_64-418.88.run 驱动网站:https://www.nvidia.cn/geforce/dr ...
分类:
其他好文 时间:
2020-12-16 12:06:56
阅读次数:
3
【Linux】 源码安装: 下载安装 Cd /usr/local/src/ wget https://download.redis.io/releases/redis-6.0.9.tar.gz $ tar xzf redis-6.0.9.tar.gz $ cd redis-6.0.9 $ make ...
分类:
其他好文 时间:
2020-12-15 12:53:20
阅读次数:
6
安装Yum Repository [root@liujunjun ~]# wget https://repo.mysql.com//mysql80-community-release-el8-1.noarch.rpm --2020-12-08 08:06:16-- https://repo.mysq ...
分类:
数据库 时间:
2020-12-14 13:49:14
阅读次数:
4