摘要:
Spring Boot 使用Mybatis拦截器结合Alibaba Druid解析SQL实现数据隔离 有些时候我们需要使用到Mybatis拦截器对SQL进行后期处理,比如根据用户的角色给WHERE句子动态添加一些条件,比如如果用户是一个公司管理人员,我们希望对数据表的操作局限与该用户所对对应公司的数 阅读全文
摘要:
Spring cloud gateway 结合Nacos 总结 Maven版本 Spring Cloud 版本 Hoxton.SR6 Spring Boot 版本 2.2.8.RELEASE Spring Cloud Alibaba 版本 2.2.1.RELEASE 问题描述: Spring Clo 阅读全文
摘要:
Spring cloud gateway 结合 sentinel 总结 Maven版本 Spring Cloud 版本 Hoxton.SR6 Spring Boot 版本 2.2.8.RELEASE Spring Cloud Alibaba 版本 2.2.1.RELEASE 问题描述: Spring 阅读全文
摘要:
Spring cloud gateway 使用总结 一、跨域配置 由于前端通过网关调用,一般是跨域的请求。所以可以在Spring Cloud Gateway直接配置跨域配置,而下游服务就不同配置跨域了。 可以在application.yml这样配置,这是比较细粒度的配置(这是Spring 官方文档提 阅读全文