Spring

Spring是一个开放源代码的设计层面框架,他解决的是业务逻辑层和其他各层的松耦合问题,因此它将面向接口的编程思想贯穿整个系统应用。Spring是于2003 年兴起的一个轻量级的Java 开发框架,由Rod Johnson创建。简单来说,Spring是一个分层的JavaSE/EE full-stack(一站式) 轻量级开源框架。

Spring MVC 配置文件敏感信息加密

本文将介绍在 Spring MVC 中怎样对配置文件中敏感信息进行加密和解密。

自定义 PropertySourcesPlaceholderConfigurer,实现加载自定义属性配置

本文将介绍怎样自定义 PropertySourcesPlaceholderConfigurer 类,根据自己需要去加载属性配置文件。

为什么自定义的 HandlerMethodArgumentResolver 没有被执行呢?

本文将介绍怎样解决自定义的 HandlerMethodArgumentResolver 没有被执行呢?

WebMvcConfigurer addArgumentResolvers() 添加参数解析器

本文将介绍怎样简单的实现 WebMvcConfigurer 接口的 addArgumentResolvers() 方法,添加自定义的参数解析器,利用解析器去解析我们自定义的注解等。

Spring Boot 引用 Maven ${} 占位符无效

本文将介绍怎样解决Spring Boot 引用 Maven ${} 占位符无效

@Value 注入 static 属性

本文将介绍怎样利用 @Value 注入 static 属性。

JOptCommandLinePropertySource 类

本文将介绍 JOptCommandLinePropertySource 类的用法

SimpleCommandLinePropertySource 类

本文将介绍 SimpleCommandLinePropertySource 类的用法

PropertySource 类

本文将学习 Spring 的 PropertySource、EnumerablePropertySource 和 CommandLinePropertySource 类

PropertyPlaceholderConfigurer 类解析

本文将介绍 Spring 中的 PropertyPlaceholderConfigurer 类,以及自定义实现属性文件解析器。

@Value 注解详解

本文将介绍 Spring 中 @Value 注解的详细用法,以及 @Value 为静态属性设置值。

Spring 集成 FreeMarker 抛“java.lang.NoClassDefFoundError: javax/servlet/jsp/jstl/core/Config”错误

Spring 集成 FreeMarker 抛“java.lang.NoClassDefFoundError: javax/servlet/jsp/jstl/core/Config”错误

Could not open ServletContext resource [/WEB-INF/applicationContext.xml]

org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/applicationContext.xml]; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/applicationContext.xml]

Spring 属性文件引用pom文件的属性

本文将介绍怎样在Spring项目中,在属性文件(properties)中引用pom.xml文件中定义的属性,这些属性可以定义在不同的profile中。

Spring MVC怎样访问静态资源

本文将介绍Spring MVC访问静态资源的三种方式。

首页 1 2 3 下一页 末页 共36/3页
关于
本网站属于个人的非赢利性网站,转载的文章遵循原作者的版权声明,如果原文没有版权声明,请来信告知:hxstrive@outlook.com
公众号