- 博客(2)
- 收藏
- 关注
原创 GateWay 重写response响应值被截取\乱码问题
在使用SpringCloud Gateway时常常重写response数据结构或者字段值,可能会出现获取到的结果被截取不全,或者修改后的结果输出不全,以下是解决了两种问题案例。 public Mono<Void> filter(ServerWebExchange exchange, GatewayFilterChain chain) { ServerHttpResponse originalResponse = exchange.getResponse();
2021-01-27 15:55:55 2496
原创 线程池
线程池快速使用Executors 提供常用的几种常用线程池ThreadPoolExecutor参数详解线程创建和销毁workQueue(任务队列)无界队列有界队列SynchronousQueue饱和策略快速使用 public static void main(String[] args) { //创建一个带缓存的线程池 ExecutorService executorService = Executors.newCachedThreadPool(); ex
2021-01-17 19:38:30 290
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人