上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 35 下一页
摘要: SpringBoot注解最全详解(整合超详细版本) https://blog.csdn.net/weixin_40753536/article/details/81285046?spm=1001.2101.3001.6650.10&utm_medium=distribute.pc_relevant. 阅读全文
posted @ 2023-03-08 14:34 秋名山滴 阅读(126) 评论(0) 推荐(0)
摘要: ClientHttpRequestInterceptor是对RestTemplate的请求进行拦截的,在项目中直接使用restTemplate.getForObject的时候,会对这种请求进行拦截,经常被称为:RestTempalte拦截器或者Ribbon拦截器 SpringBoot常用拦截器(Ha 阅读全文
posted @ 2023-03-08 10:02 秋名山滴 阅读(20) 评论(0) 推荐(0)
摘要: RestTemplate配置调用接口的请求头 https://blog.csdn.net/Staba/article/details/124408064 阅读全文
posted @ 2023-03-08 01:41 秋名山滴 阅读(33) 评论(0) 推荐(0)
摘要: A:表示拿到请求的url B:拿出所有的白名单url去和请求的url比较,放进permitall C:关闭跨站请求防护 Spring Security相关知识 https://www.cnblogs.com/lushichao/p/12503780.html remoteTokenServices. 阅读全文
posted @ 2023-03-08 01:38 秋名山滴 阅读(71) 评论(0) 推荐(0)
摘要: 微服务架构中整合网关、权限服务 https://my.oschina.net/u/4394125/blog/3310811 SpringBoot-配置类(@Configuration) https://blog.csdn.net/weixin_45203607/article/details/120 阅读全文
posted @ 2023-03-07 18:15 秋名山滴 阅读(297) 评论(0) 推荐(0)
摘要: 速卖通店小秘 https://help.dianxiaomi.com/pre/getContent.htm?id=8 阅读全文
posted @ 2023-03-03 10:31 秋名山滴 阅读(102) 评论(0) 推荐(0)
摘要: 获取JSON格式的字符串各个属性对应的值 https://blog.csdn.net/sinat_41617212/article/details/127806452 阅读全文
posted @ 2023-03-03 09:53 秋名山滴 阅读(28) 评论(0) 推荐(0)
摘要: 使用JSONObject将实体类,String类型和JSON类型相互转换(java) https://blog.csdn.net/weixin_42424720/article/details/84642999?spm=1001.2101.3001.6650.13&utm_medium=distri 阅读全文
posted @ 2023-03-03 09:51 秋名山滴 阅读(45) 评论(0) 推荐(0)
摘要: @Configuration 配置类的话,打断点的时候,一启动项目就会读取配置信息,然后你在@Configuration 配置的类中打断点的话,一启动项目就会读取配置类,然后就会进断点,跟你平常的controller方法得请求路径请求到了才进断点是不一样的。 阅读全文
posted @ 2023-03-02 12:13 秋名山滴 阅读(79) 评论(0) 推荐(0)
摘要: 我们后端代码这样子设置虽然这样子返回的是字符串 但是json字符串也是字符串,后端如果想接收的话,直接百度下怎么接收json字符串就行 阅读全文
posted @ 2023-03-02 11:54 秋名山滴 阅读(27) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 35 下一页