Linux大棚 – 不忘初心的技术博客,浮躁时代的安静角落
  •  首页
  •  技术日记
  •  编程
  •  旅游
  •  数码
  •  登录
  1. 标签
  2. Spring
  • spring(基础21) hibernate处理批量更新和批量删除

    一、需求背景通常,在一个Session对象的缓存中只存放数量有限的持久化对象,等到Session对象处理事务完毕,还要关闭Session对象,从而及
    新和 批量 基础 Spring hibernate
    admin 3月前
    49 0
  • Spring Schedule:Spring boot整合Spring Schedule实战讲解定时发送邮件的功能

    🎉🎉欢迎光临,终于等到你啦🎉🎉 🏅我是苏泽,一位对技术充满热情的探索者和分
    发送邮件 实战 功能 Spring schedule
    admin 3月前
    50 0
  • spring schedule轻量级分布式调度方案--实现

    spring schedule轻量级分布式调度方案--实现类结构图例代码OnceOnTheSameTimeAbstractOnceServiceMessageIdempotenceOnceServiceOnceOnTheSameTimeAs
    分布式 方案 Spring schedule
    admin 3月前
    38 0
  • 使用redis分布式锁解决spring schedule集群部署重复执行问题

    产品需求: 对接腾讯云实时音视频,实时拉取腾讯云最新的视频并使用Ffmpeg视频合成。 遇到问题: 由于服务都是集群部署,定时任务会在各个服务器上重复执行,轻则浪费服务器资源,重则造成数据紊乱。 解决方案: quartz定时任务提
    分布式 集群 redis schedule Spring
    admin 3月前
    50 0
  • Spring整合Schedule定时任务详解

    Spring整合Schedule定时任务详解 Spring 定时任务官方网站 一、概述 用Spring,就是为了简单。 但是我还是要总结下java定时任务实现的几种方式。 1.TimerTask&#xf
    详解 Spring schedule
    admin 3月前
    38 0
  • spring TaskSchedule详解

    spring 3.0版本后,自带了一个定时任务工具,而且使用简单方便,不用配置文件,可以动态改变执行状态。也可以使用cron表达式设置定时任务。 被执
    详解 Spring TaskSchedule
    admin 3月前
    41 0
  • 2026毕设选题-基于spring boot + vue 圣地延安美食乐享系统设计与实现

    专注于大学生项目实战开发,讲解,毕业答疑辅导,欢迎高校老师学生代理交流合作✌。 技术范围:SpringBoot、Vue、SSM、HLMT、小程序、Jsp、PHP、Nodejs、Python、爬虫
    圣地 延安 美食 系统 Spring
    admin 3月前
    31 0
  • Spring Cloud入门(含案例介绍及源码)

    1 微服务概述 就目前而言,对于微服务,在业界并没有 一个统一的、标准的定义。   微服务架构:通常而言,微服务架构是一种架构模式或者说是一种架构风格&
    源码 入门 案例 Spring cloud
    admin 3月前
    36 0
  • Spring AI VectorStoreChatMemoryAdvisor

    Spring AI中的VectorStoreChatMemoryAdvisor是一个重要的组件,它实现了长期记忆功能,能够将用户提出的问题及模型的回答存储到向量数据库中。以下是对Spring AI
    Spring AI VectorStoreChatMemoryAdvisor
    admin 3月前
    37 0
  • Spring中如何解决循环依赖问题的三种方法

    什么是循环依赖问题 在 Spring 中,循环依赖问题指的是两个或多个 bean 之间相互依赖形成的闭环。具体而言,当 bean A 依赖于 bean B,同时 bean
    三种 如何解决 方法 Spring
    admin 3月前
    59 0
  • Spring Boot如何整合Elasticsearch进行全文搜索?一文教你搞定!

    教你 一文 全文 Spring boot
    admin 3月前
    48 0
  • 在 Spring Boot 项目中实现文件下载功能

    (一)需求 在您的 springboot 项目中,可能会存在让用户下载文档的需求,比如让用户下载 readme 文档来更好地了解该项目的概况或使用方法
    功能 文件 项目 Spring boot
    admin 3月前
    61 0
  • 基于Spring Boot的汽车维保服务平台的设计与实现-开题报告

    博主介绍:CSDN毕设辅导第一人、靠谱第一人、全网粉丝50W,csdn特邀作者、博客专家、腾讯云社区合作讲师、CSDN新星计划导师、Java领域优质创作者,博客之星、掘金华为云阿里云InfoQ等平台优质作者、专注
    服务平台 报告 汽车 Spring boot
    admin 4月前
    57 0
  • ​Spring Boot 配置文件敏感信息加密:Jasypt 实战

    ​​ 目录 ​​ ​1. 为什么需要加密配置文件?​​ ​2. Jasypt 快速集成​ ​2.1 在xml文件中添加 Maven 依赖​ ​2.2 生成加密字符串​​ ​编辑 ​编辑 ​3. 安全最
    配置文件 实战 敏感 信息 Spring
    admin 4月前
    87 0
  • SpringMVC-Spring-Mybatis

    SSM框架 1.1框架介绍 Jdbc是一个操作数据库的框架 Vue框架,也可以叫平台,提供了联网,ui,后台管理,权限等。 框架提供了很多类给我们用&
    SpringMVC Spring Mybatis
    admin 4月前
    65 0
  • Spring Data MongoDB - Could not safely identify store assignment for repository candidate interface

    INFO  o.s.d.r.c.RepositoryConfigurationExtensionSupport[270] - Spring Data MongoDB - Could not safely identify store ass
    safely Identify mongodb Spring DATA
    admin 4月前
    62 0
  • spring boot在起web(Tomcat)时报Identify and stop the process that‘s listening on port 8080

    在起项目时报下面异常,这是因为我本地起着nginx呢(忘了nginx我设置的是开机自启动),占用着8080端口,用于前端Vue的开发,所以直接修改ym
    时报 tomcat WEB boot Spring
    admin 4月前
    46 0
  • Spring Data Redis - Could not safely identify store assignment for repository candidate interface

    Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.itheima.repository
    safely Identify redis Spring DATA
    admin 4月前
    49 0
  • Spring Data Redis - Could not safely identify store assignment for repositor

    文章目录Spring Data Redis - Could not safely identify store assignment for repositor1、触发2、解决Spring Data Redis - Could not sa
    redis safely Spring DATA Assignment
    admin 4月前
    49 0
  • spring boot 遇到 Identify and stop the process that‘s listening on port 8080 or configure this applic

    spring boot 遇到 Identify and stop the process that’s listening on port 8080 or configure this application to listen on an
    Stop process Identify Spring boot
    admin 4月前
    52 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • ...8
  • »
CopyRight © 2022 All Rights Reserved 豫ICP备2021025688号-21
Processed: 0.018 , SQL: 9