最新 最热

SpringBoot启动报错Unable to find a suitable main class

在启动一个spring-boot多模块项目时始终报错:Unable to find a suitable main class, please add a 'mainClass' property

2023-07-24
0

缓存 - Spring Boot 整合 Caffeine 不完全指北

@Cacheable:表示该方法支持缓存。当调用被注解的方法时,如果对应的键已经存在缓存,则不再执行方法体,而从缓存中直接返回。当方法返回null时,将不进行缓存操作。...

2023-07-24
0

SpringBoot官方教程1入门

Spring Boot helps you to create stand-alone, production-grade Spring-based applications that you can run. Most Spring Boot applications need very little Spring ...

2023-07-20
1

搭建单体SpringBoot项目 集成MybatisPlus-Mybatis增强器

腾讯云开发者社区是腾讯云官方开发者社区,致力于打造开发者的技术分享型社区。提供专栏,问答,沙龙等产品和服务,汇聚海量精品云计算使用和开发经验,致力于帮助开发者快速成长与发展,营造开放的云计算技术生态圈。...

2023-07-17
1

mybatis批量执行sql的处理 spring boot

里面的变量,ids代表是一个list的string类型的,id代表循环里面的自定义变量。and business_id代表的是查询语句里面的sql语句。

2023-07-15
0

Spring Boot JAVA 统一返回的信息

现在的项目是前后端开发的居多,那么,后端的开发只需要返回相关的接口就行了。那么,我们怎么定义接口返回的数据,怎么使用 Spring Boot 来统一处理返回的信息呢?...

2023-07-09
0

SPRING学习

If you use Maven, visit the Spring Initializr to generate a new project with the required dependencies (Spring Web, Spring Data JPA, and MySQL Driver).

2023-07-07
1

SpringBoot框架 官方介绍

Spring Boot 可以轻松创建独立的、生产级的基于 Spring 的应用程序,您可以“直接运行”。

2023-07-07
0

Spring Boot 自动配置一篇概览

因为 @AutoConfiguration 注解本身是以 @Configuration 注解的,所以自动配置类可以算是一个标准的基于 @Configuration 注解的类。

2023-05-29
0