范文芳

01 2021 档案

摘要:https://support.weixin.qq.com/security/readtemplate?t=w_security_center_website/upgrade 阅读全文
posted @ 2021-01-25 22:36 布I衣 阅读(1141) 评论(0) 推荐(0)
摘要:nginx复制请求功能,可以实现一个请求转发到两个接口 用到的模块:ngx_http_mirror_module 网上说1.13版本之后自带该模块,我用的1.18确实是自带的,不用重新编译。 没有自带该模块时,编译: ./configure --prefix=/usr/local/nginx --w 阅读全文
posted @ 2021-01-07 13:15 布I衣 阅读(1276) 评论(0) 推荐(0)
摘要:新建LoggableDispatcherServlet 类: package com.hsh.common.dispatch; import cn.hutool.core.collection.CollectionUtil; import com.fasterxml.jackson.databind 阅读全文
posted @ 2021-01-07 13:06 布I衣 阅读(1117) 评论(0) 推荐(0)