南瓜慢说官网 敢一行,则予知。脚踏实地,知行合一。

Request Header is too large in Springboot Web

Request Header is too large in Springboot Web Issue Info Sometimes we need to send lots of HTTP headers to the web application, and it may cause issue

LarryDpk LarryDpk 发布于 2021-01-22

Get Request Object anywhere in Spring WebFlux

Get Request Object anywhere in Spring WebFlux A different World In a normal Spring Web project, we have handy way to get the Request Object and many l

LarryDpk LarryDpk 发布于 2021-01-12

Spring Cloud Data Flow整合UAA之使用LDAP进行账号管理

1 前言Spring Cloud Data Flow整合UAA的文章已经写了两篇,之前的方案是把用户信息保存在数据库中;但在许多企业,是使用AD来管理账户信息,本文将讲解如何整合Data Flow和LDAP。Spring Cloud Data Flow相关文章:Spring Cloud Data F

LarryDpk LarryDpk 发布于 2021-01-01

Spring Cloud Data Flow整合UAA使用外置数据库和API接口

1 前言之前的文章《Spring Cloud Data Flow整合Cloudfoundry UAA服务做权限控制》介绍了如何用UAA来保护Spring Cloud Data Flow,但使用是内存数据库,重启UAA后就丢失了配置信息。而且需要通过Ruby gem安装uaac命令行工具,有点麻烦,比

LarryDpk LarryDpk 发布于 2020-12-27

Spring自定义转换类,让@Value更方便

1 前言关于配置的文章已经写了很多,相信看过的人还是会有一定收获的,系列文章可阅读:南瓜慢说-配置相关文章。对于@Value的文章可参考《只想用一篇文章记录@Value的使用,不想再找其它了》。Spring为大家内置了不少开箱即用的转换类,如字符串转数字、字符串转时间等,但有时候需要使用自定义的属性

LarryDpk LarryDpk 发布于 2020-12-20

Spring Cloud Gateway简单入门,强大的微服务网关

1 简介见名知义,Spring Cloud Gateway是用于微服务场景的网关组件,它是基于Spring WebFlux,也就是Reactive的。从实现原理上,它的性能应该是比Zuul会更好。它的工作原理如下图所示:简单而言就是通过一连串的Filter处理匹配到特定规则Predicates的请求

LarryDpk LarryDpk 发布于 2020-12-13