发表评论取消回复
相关阅读
相关 springboot学习(十五):Kafka的使用
说明 本篇博文主要介绍在springboot中使用kafka,以及如何配置kafka。 正文 简单配置 spring kafka提供了spring对ka...
相关 05_SpringBoot_Junit5
![e405916a24ff03c8e13842c02f7bedbf.png][] springboot 2.2.0开始引入Junit5作为单元测试的默认库 JUnit5
相关 05_SpringBoot_Junit5
![9639f5b425b0daab6a0e4958bce9db77.png][] springboot 2.2.0开始引入Junit5作为单元测试的默认库 JUnit5
相关 SpringBoot使用junit测试
1.添加以下注解: @RunWith(SpringRunner.class) @SpringBootTest 2.方法名右键运行即可 import org
相关 springboot使用junit测试
springboot使用junit测试 解决方法: 1.pom.xml <dependency> <groupId>org.springfr
相关 java SpringBoot(十六)Profile简单使用
为了方便多环境适配,springboot简化了profile功能。 1、配置文件目录结构: ![20210601111359792.png][] 其中 -prod 是代表
相关 java SpringBoot(十五)JUnit5简单使用
JUnit5的注解与JUnit4的注解有所变化 [https://junit.org/junit5/docs/current/user-guide/\writing-test
相关 java SpringBoot(十四)redis简单使用
一、导入pom依赖 因为我们使用jedis连接器,所以导入jedis依赖 <dependency> <groupId>org.springframew
相关 SpringBoot(十五):SpringBoot整合Redis
一、环境准备 Redis-x64-3.2.100.zip SpringBoot 1.5.10.RELEASE Redis-x64-3.2.100.zip 下
还没有评论,来说两句吧...