logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

CentOS7设置固定IP(亲测好用)

在安装完CentOS7后,当我每次启动CentOS并使用SecureCRT链接时,都发现CentOS的IP总是在变,这就很苦恼了,总不能每次链接的时候都先查一下虚拟机的IP吧,所以打算把它设置成固定IP。这样使用SecureCRT连接时只需要连接一次以后就不需要反复更新连接的IP了。step1:配置静态IP地址IP地址的设置一般是指设置某个网卡端口的IP,所以想设置IP,首先需要弄清楚是要...

#linux#网络#centos
springCloud Gateway 报错:Consider defining a bean of type ‘org.springframework.http.codec.ServerCodec

网关异常报Consider defining a bean of type 'org.springframework.http.codec.ServerCodec,要排除其他依赖的spring-boot-starter-web,因为会与spring cloud gateway的webflux冲突。<!-- 核心模块,因为我的核心模块引入了spring-boot-starter-web,将其排

#gateway#java#spring
到底了