logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

SpringBoot 整合 httpclient http请求发送工具类HttpUtils

SpringBoot 整合 httpclient http请求发送工具类HttpUtils导入依赖<dependency><groupId>org.apache.httpcomponents</groupId><artifactId>httpcore</artifactId><version>4.4.12</versio

#http#java#https +1
springboot -重定向携带数据 RedirectAttributes

springboot -重定向携带数据 RedirectAttributes当controller层需要重定向到指定页面时,如何携带数据?传统使用session使用RedirectAttributes. (利用session原理)优点: 提供了addFlashAttribute 等方法.确保数据只能被使用一次后删除RedirectAttributes的使用public interface Redi

#java#spring boot
到底了