spring boot
-
基于Docker安装Elasticsearch【保姆级教程、内含图解】
Elasticsearch官网:欢迎来到 Elastic — Elasticsearch 和 Kibana 的开发者 | Elastic 学习任何框架和技术,一定要…
-
解决Correct the classpath of your application so that it contains compatible versions
springboot启动失败 报错Correct the classpath of your application so that it contains compatible …
-
【Spring Boot】Spring—加载监听器
这里写目录标题 前言 加载监听器 执行run方法 加载配置文件 封装Node 调用构造器 思考 前言 前几天的时候,项目里有一个需求,需要一个开关控制代码中是否执行一段逻辑,于是理…
-
【SpringBoot篇】基于布隆过滤器,缓存空值,解决缓存穿透问题 (商铺查询时可用)
文章目录 🍔什么是缓存穿透 🎄解决办法 ⭐缓存空值处理 🎈优点 🎈缺点 🎍代码实现 ⭐布隆过滤器 &…
-
springboot读取yml文件中的list列表、数组、map集合和对象方法实例
目录前言application.yml定义list集合application.yml定义数组类型总结 前言 springboot配置文件yml类型简单的风格,十分受大家的欢迎,支持…
-
SpringBoot-整合MyBatis
依赖 org.mybatis.spring.boot mybatis-spring-boot-starter 2.1.1 org.springframework.boot spri…
-
【Spring Boot基础】解决ERROR org.springframework.boot.SpringApplication — Application run failed报错问题
一、问题描述 在学习SpringBoot配置profile的时候,.yml文件内容明明跟老师敲的一模一样,但还是报错ERROR org.springframework.boot.S…
-
在SpringBoot中对RabbitMQ三种使用方式
基于API的方式 1.使用AmqpAdmin定制消息发送组件 @Autowired private AmqpAdmin amqpAdmin; @Test publi…
-
解决SpringBoot启动失败:A component required a bean of type ‘xxxxxxx‘ that could not be found.
问题描述 今天写了一个MD5加密加盐工具类,运用到实际业务代码中缺报错了,内容如下: *************************** APPLICATION FAILED …
-
SpringBoot 与 SpringCloud 有什么区别?
🏆今日学习目标: 🍀SpringBoot 与 SpringCloud 有什么区别? ✅创作者:林在闪闪发光 ⏰预计时间:30分钟 🎉…
-
Spring Security 6.0(spring boot 3.0) 下认证配置流程
目录 前提 将要实现的功能 依赖(POM) 示例代码 基础组件 验证码 MyUserDetailsServiceImpl(认证/权限信息) MyAuthenticationHand…
-
SpringBoot 整合 ShardingSphere4.1.1实现分库分表
目录 前言 一、ShardingSphere4.1.1的spring boot配置 二、ShardingSphere的分片策略 三、SpringBoot 整合 ShardingSp…
-
java: 无法访问org.springframework.boot.SpringApplication 错误的类文件: /C:/Users/xx/.m2/repository/org/spring
错误描述 java: 无法访问org.springframework.boot.SpringApplication 错误的类文件: /C:/Users/lvgr8/.m2/repo…
-
微信小程序的授权登录-Java 后端 (Spring boot)
微信开发文档链接:https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/login.htm…
-
Springboot整合Activiti详解
文章目录 版本依赖 配置文件 需要注意的问题 画流程图 activiti服务类进行编写 流程部署 流程定义 启动流程 流程实例 测试流程 启动流程 完成任务 受理任务 版本依赖 开…
