Easter79 Easter79
3年前
spring框架中JDK和CGLIB动态代理区别
!(https://oscimg.oschina.net/oscnet/5f05209beb8dc8b9363b074facbc7a4dd50.png)转载:https://blog.csdn.net/yhl\_jxy/article/details/80635012前言JDK动态代理实现原理(jdk8):https://blog.csdn
Stella981 Stella981
3年前
Spring Data + Thymeleaf 3 + Bootstrap 4 实现分页器
原文同步至https://waylau.com/springdatathymeleafbootstrappaginator(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwaylau.com%2Fspringdatathymeleafbootstrappaginator
Stella981 Stella981
3年前
Spring Security OAuth 2开发者指南译
SpringSecurityOAuth2开发者指南译介绍这是用户指南的支持OAuth2.0(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Ftools.ietf.org%2Fhtml%2Fdraftietf
Stella981 Stella981
3年前
Spring Boot 2.3.0 新特性Redis 拓扑动态感应
本文为原创文章。欢迎任何形式的转载,但请务必注明出处冷冷https://lltx.github.io。(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Flltx.github.io%E3%80%82)SpringBoot2.3新特性优雅停机详解(https://www
Stella981 Stella981
3年前
Spring 经典面试题汇总.pdf(2020版)
!(https://oscimg.oschina.net/oscnet/eb298abbc737b3d316c3f9697fce87be087.jpg)作者| 静默虚空来源|juejin.im/post/5cbda379f265da03ae74c2821、基础1.1.不同版本的SpringFramework有
Stella981 Stella981
3年前
Elasticsearch spring boot 指定拼音分词器
1下载ik中文/拼音分词器ik分词器:https://github.com/medcl/elasticsearchanalysisik(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Flink.jianshu.com%2F%3Ft%3Dhttps%3A
Stella981 Stella981
3年前
Spring Boot 最核心的 3 个注解详解
最近面试一些Java开发者,他们其中有些在公司实际用过SpringBoot,有些是自己兴趣爱好在业余自己学习过。然而,当我问他们SpringBoot最核心的3个注解是什么,令我失望的是鲜有人能答上来,这样你能说你对SpringBoot很了解吗?这可能还会给你减分!你所需具备的基础什么是Sprin
Stella981 Stella981
3年前
Spring Cloud Alibaba Sentinel 整合 Feign 的设计实现
!(https://oscimg.oschina.net/oscnet/977c3a616f924df6b0a6ffcca148b93e.jpg)作者|SpringCloudAlibaba高级开发工程师洛夜来自公众号阿里巴巴中间件投稿前段时间Hystrix宣布不再维护之后(Hystrix停止开发。。。S
Wesley13 Wesley13
3年前
1.1Spring Boot 环境配置和常用注解
SpringBoot常用注解:@Service:注解在类上,表示这是一个业务层bean@Controller:注解在类上,表示这是一个控制层bean@Repository:注解在类上,表示这是一个数据访问层bean@Component:注解在类上,表示通用bean,value不写默认就是类名首字母小写@Auto
Stella981 Stella981
3年前
Spring Security修炼手册(二)————Security的认证流程
    那么通过第一节的介绍,大家对于Security认证的使用应该具备了一个基本的认识,那么这节主要有三个知识点。1、初步的带大家了解Security中几个过滤器(后面会一点点的加入其它过滤器)。2、表单认证的处理流程。3、如何自定义用户认证逻辑。那么废话不多说,直接进入第一点。   哦!对了,我还要补充一点,有很多小伙伴私信我说,怎么能在用户完成认