摘要: ### 1. 网络配置 - 配置网卡:/etc/sysconfig/network-scripts,名字为ifcfg-网卡,网卡eth0的配置文件是ifcfg-eth0(部分名字为ifcfg-ens33) - 动态IP地址 ~~~ TYPE=Ethernet # 网卡类型。 PROXY_METHOD 阅读全文
posted @ 2023-06-06 11:16 一只小黄豆 阅读(258) 评论(0) 推荐(0)
摘要: feign.FeignException springboot继承feign报异常,以下两种异常 feign.FeignException$InternalServerError: status 500 reading AccountFeign#decrease(Long,BigDecimal) f 阅读全文
posted @ 2020-09-01 19:47 一只小黄豆 阅读(4271) 评论(0) 推荐(0)
摘要: 下载mysql 搜狐镜像:http://mirrors.sohu.com/mysql/MySQL-5.7/mysql-5.7.29-linux-glibc2.12-x86_64.tar.gz 检查环境 是否安装mysql rpm -qa|grep -i mysql 是否安装MariaDB rpm - 阅读全文
posted @ 2020-08-21 19:07 一只小黄豆 阅读(490) 评论(0) 推荐(0)
摘要: 启动tomcat项目时报错,项目时ssm框架 tomcat报错: Artifact spring-redis:war exploded: Error during artifact deployment. See server log for details. 查看tomcat日志: org.spr 阅读全文
posted @ 2020-08-19 09:37 一只小黄豆 阅读(1702) 评论(0) 推荐(0)
摘要: 出现异常 nested exception is java.lang.IllegalStateException: Optional int parameter 'id' is present but cannot be translated into a null value due to bei 阅读全文
posted @ 2020-07-22 08:29 一只小黄豆 阅读(4081) 评论(0) 推荐(0)