spring
-
Redis与Spring Boot整合
1、 在pom.xml文件中引入redis相关依赖 <!– redis –> <dependency> <groupId>org.spr…
-
spring 或者 java执行JavaScript脚本方式
简单示例 public static void test10(){ // 创建JavaScript引擎 ScriptEngine jsEngine = new ScriptEngi…
-
Java项目实战——瑞吉外卖Day07(优化篇一)
缓存优化 问题说明 用户数量多,系统访问量大频繁访问数据库,系统性能下降,用户体验差 环境搭建 maven坐标 在项目的pom.xm1文件中导入spring data redis的…
-
springcloud + nacos — 版本选择
文章目录 1、前置 2、选择Spring Cloud Alibaba Version 2、选择Spring Boot Version 3、选择 Nacos Version 4、选择…
-
spring中的Bean (@Bean、@Configuration和@TestConfiguration)
参考 spring中@Bean及@Autowired自动装配 此文比较清晰 springboot–常用注解–@configration、@Bean 1. B…
-
解析spring事务管理@Transactional为什么要添加rollbackFor=Exception.class
spring中事务处理原理 利用aop生成代理对象执行带有Transactional事务注解的方法业务逻辑.项目启动过程中会生成代理对象并将Transactional注解中…
-
一起来学习 Lisp 编程语言吧!
作者: Seth Kenlon 译者:LCTT 六开箱 | 2022-06-24 12:40 评论: 1 &nbs…
-
Spring JMS JmsTemplate Example
Today I’m going to show you how to use the Spring JmsTemplate. The best part? You’re going…
-
Spring JMS Message Selector Example
In this post I’m going to show you how to configure a JMS message selector using Spring JM…
-
Spring JMS Message Converter Example
Today you’re going to see how to implement a MessageConverter using Spring JMS. The best p…