2022年11月8日

SpringBoot06(spring整合redis)

摘要: 用springboot整合redis的文件 1-目录的路径: 2-SpringRedisapplicationTests文件信息 @RunWith(SpringRunner.class) @SpringBootTest class SpringbootRedisApplicationTests { 阅读全文

posted @ 2022-11-08 22:33 陈嘻嘻- 阅读(28) 评论(0) 推荐(0)

SpringBoot05(内部加载配置顺序)

摘要: * 1-优先级 小结:每个文件里面的配置都会被解析,但是会根据1-4的优先级而选取 阅读全文

posted @ 2022-11-08 20:22 陈嘻嘻- 阅读(20) 评论(0) 推荐(0)

导航