自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 SpringSecurity框架

SpringSecurity框架介绍(下)

2022-11-11 16:47:48 353

原创 SpringSecurity框架介绍

SpringSecurity框架介绍(中)

2022-11-10 18:43:36 179

原创 SpringSecurity框架

SpringSecurity 框架介绍(上)

2022-11-09 17:06:20 329

原创 Spring的高级注解

一、配置Bean @Configuration Spring在3.x提供的注解,用于替换XML配置文件。 @Configuration public class AppConfig{ } AnnotationConfigApplicationContext 1.创建工厂代码 ApplicationContext app = new AnnotationConfigApplicationContext(); 2.指定配置文件 1.指定配置bean的Class Appl...

2022-04-19 19:43:06 596

原创 Spring的基础注解

一、对象创建相关注解 ⚪搭建开发环境 <context:component-scan base-package="com.bao"></context:component-scan> 作用:让Spring框架设置包及其子包扫描对应的注解,使其生效。 ⚪对象创建相关注解 @Component注解 替换原有spring配置文件中的<bean>标签 id属性 component注解 提供了默认的设置方式-单词首字母小写 @Component细节 1.显示指

2022-04-13 22:51:24 229

原创 Spring动态代理开发

maven仓库导入必要jar包: <!-- https://mvnrepository.com/artifact/org.springframework/spring-aop --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> ...

2022-04-13 12:20:56 331

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除