Easter79 Easter79
3年前
spring解决循环依赖为什么要用三级缓存?
关注“苏三说技术”,回复:开发手册、时间管理有惊喜。也许有些朋友对spring的循环依赖问题并不了解,让我们先一起看看这个例子。@Service@Service@RequestMapping("/test")@SpringBootApplication我们在运行Ap
Easter79 Easter79
3年前
SpringFramework之RequestBodyAdvice的使用
  Spring版本5.1.4.release.  前一篇(https://my.oschina.net/u/2518341/blog/4329778)讲了RequestBodyAdvice的实现  有人用RequestBodyAdvice来做参数的解密(前端传过来的是加密的),或者使用RequestBodyAdvice进行全局统一返
Easter79 Easter79
3年前
SpringCloud consul 微服务(注册到主机名的问题)
目前项目在使用consul做服务注册与发现,做SpringSecurityOAuth2权限认证的authorization\_code模式的时候发现一个异常坑爹的问题这是开始的服务注册代码块bootstrap.yml:spring:cloud:consul:port:8500
Easter79 Easter79
3年前
SpringBoot2.x搭建Eureka
1说明1.全部配置基于1.8.0_1112.当前SpringBoot使用2.0.52创建项目在SpringBoot项目生成器(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fstart.spring.io%2F)中,输入Grou
Stella981 Stella981
3年前
Spring MVC 解读——@RequestMapping (1)
SpringMVC解读——@RequestMapping    为了降低文章篇幅,使得文章更目标化,简洁化,我们就不例举各种@RequestMapping的用法等内容了.文章主要说明以下问题:1.Spring怎样处理@RequestMapping(怎样将请求路径映射到控制器类
Stella981 Stella981
3年前
Spring Cloud Eureka 全解 (2)
本文基于SpringCloudDalston.SR5(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fcloud.spring.io%2Fspringcloudstatic%2FDalston.SR5%2F)之前我们看过这个整体流程图:!image(https://note
Stella981 Stella981
3年前
Espresso(
(注意:本文针对AndroidStudio)Espresso简介1、Espresso是google发布的一款针对androidUI进行测试的框架。Espressoistargetedatdevelopers,whobelievethatauto
Easter79 Easter79
3年前
Spring完整版(三)
Spring完整版(三)七、Bean的自动装配(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fblog.csdn.net%2Fweixin_46990523%2Farticle%2Fdetails%2F109220044%23Bean_1)7.1
0源码基础学习Spring源码系列(一)——Bean注入流程
通过本文,读者可以0源码基础的初步学习spring源码,并能够举一反三从此进入源码世界的大米!由于是第一次阅读源码,文章之中难免存在一些问题,还望包涵指正!
Qwik-能帮你移出项目中99%的JS代码
什么是QwikQwik是一款全栈SSR框架,它号称能帮你移出项目中99%的JS代码