boot
-
Mysql事务开启方式(客户端+java手动+Spring Boot)
一:概念 作为单个逻辑单元执行一系列操作,要么完全执行,要么完全不执行。举例 我们需要向数据库插入3条数据(我们希望这三条数据要么全部插入成功,要么全部失败), 比如第…
-
idea 读取配置 提示 Spring Boot Configuration Annotation Processor not configured
问题背景: 进行Spring Boot配置文件部署时,发出警告Spring Boot Configuration Annotation Processor not configur…
-
springboot集成admin项目监控
服务端 pom.xml <dependency> <groupId>org.springframework.boot</groupId> <…
-
Spring Boot 一个注解搞定重试机制,不能太优雅了。。。
来源:blog.csdn.net/h254931252/article/details/109257998 前言 在实际工作中,重处理是一个非常常见的场景,比如: 发送消息失败。 …
-
spring boot 单元测试
pom.xml <dependency> <groupId>org.springframework.boot</groupId> <art…
-
SpringBoot连接Redis
依赖 <!– https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter…
-
Springboot+Mybits的配置文件
application.xml ##### dev 配置 ####### spring: profiles: active: dev #数据库配置 datasource: url:…