
springboot
文章平均质量分 58
Java高手马保国
莽村车神李有田,Java高手马保国。记录Java开发的坑与道,如果文章对你有帮助,不妨关注一波~
展开
-
@EnableWebMvc介绍和使用详细demo
@EnableWebMvc介绍和使用详细demo原创 2024-03-08 02:08:37 · 49224 阅读 · 1 评论 -
什么是springboot的Starter?springboot为什么要设计这个?
Spring Boot 的 “Starter” 是一系列的依赖描述,它们将相关的依赖项聚合在一起,以便开发者能够轻松地搭建和配置应用程序。每个 Starter 都是针对特定类型的应用程序的,比如 web 应用、数据库访问、安全性等。原创 2024-03-06 13:17:50 · 46541 阅读 · 1 评论 -
使用spring-boot-starter-validation实现前端参数校验
使用spring-boot-starter-validation实现前端参数校验原创 2024-03-06 11:46:58 · 46577 阅读 · 1 评论 -
SpringBoot项目集成Redis+JWT实现系统登录token校验
SpringBoot项目集成Redis+JWT实现系统登录token校验原创 2024-03-07 21:43:39 · 48831 阅读 · 3 评论 -
springboot项目,使用@EnableConfigurationProperties、@ConfigurationProperties 注解读取配置属性值,并绑定到配置类上
springboot项目,使用@EnableConfigurationProperties、@ConfigurationProperties 注解读取配置属性值,并绑定到配置类上原创 2024-03-07 18:36:22 · 47451 阅读 · 1 评论 -
什么是spring.factories文件,它的作用是什么
spring.factories文件是Spring Boot项目中的一个重要配置文件,它可以用于自动配置第三方库和自定义自动配置。通过使用spring.factories文件,我们可以简化项目的配置,提高项目的开发效率。原创 2024-03-07 17:58:13 · 49580 阅读 · 1 评论 -
springboot项目集成Redis,使用redis各项功能
springboot项目集成Redis,使用redis各项功能原创 2024-03-06 13:43:24 · 46805 阅读 · 1 评论 -
解决springboot项目请求接口无效字符问题 Invalid character found in the request target.
转载自:https://www.cnblogs.com/saltiest/p/11213976.html解决springboot项目请求出现非法字符问题 java.lang.IllegalArgumentException:Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFC 3986springboot版本: 2.1.5最近使用springboot搭转载 2020-12-08 11:02:05 · 62208 阅读 · 14 评论