GateWay 修改请求内容(post)

GateWay 修改请求内容(post)

1、自定义网关过滤器实现 GlobalFilter, Ordered @Override public Mono<Void> filter(ServerWebExchan……

nacos 各种坑

nacos 各种坑

gateway配合nacos路由报错:Unable to find instance for XXX# gradleimplementation('org.springframework.clo……

spring security中权限注解

spring security中权限注解

@PreAuthorize@PostAuthorize@PreFilter@PostFilter @PreAuthorize 方法调用之前, @EnableGlobalMethodS……

spring cache注意事项

spring cache注意事项

@Cacheable注解类内部调用失效问题在使用Spring @Cacheable注解的时候,要注意,如果类A的方法f()被标注了@Cacheable注解,那么当类A的其他方法,例……

Feign使用注意事项

Feign使用注意事项

一、FeignClient接口,不能使用@GettingMapping 之类的组合注解@RequestMapping(value = "/dream/{id}", method = Requ……

Spring boot串口通信,windows、linux,docker环境配置说明

Spring boot串口通信,windows、linux,docker环境配置说明

1.Spring boot有转用于串口通讯包 该包网上教程大多都是监听串口获取数据,如果只接收数据,可以自行百度,该包使用方法2.使用com.fazecast下的jSe……