推荐
专栏
教程
课程
飞鹅
本次共找到3211条
spring aop原理
相关的信息
Easter79
•
3年前
spring的cglib代理
!(https://oscimg.oschina.net/oscnet/39072f37d8fc12c73c3178fa6b930237b7d.png)1、被代理类Person.java1packagecom.xiaostudy;23/4
Easter79
•
3年前
spring集成多个rabbitMQ
转自:https://blog.csdn.net/zz775854904/article/details/81092892MQ全称为MessageQueue, 消息队列(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fbaike.baidu.com%2Fview%2F262473.h
Easter79
•
3年前
Spring注解校验1
Spring字段校验的注解说明限制说明@Null(https://my.oschina.net/u/561366)限制只能为null@NotNull(https://my.oschina.net/notnull)限制必须不为null@AssertFalse(https://my.oschina.net/u/24
Stella981
•
3年前
Spring RabbitMQ Channel理解
概述在AMQP协议中,有channel的概念,在RabbitMq中,channel表示逻辑连接或者叫虚拟连接,是棣属于TCP连接的。一个TCP连接里可以创建多个channel,在RabbitMQ里,消息的发送和接收都是基于channel的。!collection和channel的关系(htt
Stella981
•
3年前
Spring Security教程(一)
一概要SpringSecurity,这是一种基于SpringAOP和Servlet过滤器的安全框架。它提供全面的安全性解决方案,同时在Web请求级和方法调用级处理身份确认和授权。这里过多的springsecurity解释和作用就不在这里赘述了,请自行搜索。目前最新版本的SpringSecurity为4.2.2,但是我这里用
Stella981
•
3年前
Spring Cloud Config Client
SpringCloudConfigClient<parent<groupIdorg.springframework.cloud</groupId<artifactIdspringcloudstarterparent</artifactId<versionAngel.SR4</version</parent
Stella981
•
3年前
Spring Boot 集成 XXL
在开发中需要将已有的定时任务抽离出来,方便管理查看,因此选择集成分布式任务调度平台XXLJOB,本文就讲解下SpringBoot如何集成XXLJOB任务调度平台。XXLJOB简介XXLJOB是一个分布式任务调度平
Stella981
•
3年前
Spring Bean创建过程
通过前面几篇文章的分析,我们对Spring框架,Bean,Context和Core都有了一定了解,结合之前的基础,我们研究下ApplicationContext创建Bean的的过程。 Bean的创建过程可以分为两类:第一类是容器创建时就创建,这类Bean必须是Singleton的,并且lazyinit为false,这也是Bean的默认配
Stella981
•
3年前
Spring Cloud云架构
前面几篇我们已经介绍了SpringCloud和oauth2的知识点,今天我们要利用SpringCloud和oauth2进行commonservicesso服务搭建,本节我们只是搭建commonservicesso的基础平台,闲话少说,直接将步骤记录下来:1\.创建maven项目commonservicesso,其中pom.xml文件配置如下:
Stella981
•
3年前
Spring Security 文档翻译
2\.核心服务既然你对SpringSecurity的架构以及它的核心类有了更高的认识,让我们更近一步来看看其中的一两个核心接口和实现,尤其是"AuthenticationManager","UserDetailsService"和“AccessDecisionManager”。这些经常出现在本文档的其余部分所以知道它们是如
1
•••
111
112
113
•••
322