随笔分类 -  springBoot系列

springBoot系列学习
摘要:1.依赖 ElasticSearch 7.16.0 JDK11 以上版本 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-elasticsearch</arti 阅读全文
posted @ 2022-07-13 20:11 雨后星辰zxj 阅读(267) 评论(0) 推荐(0)
摘要:1.导入依赖 1 <!--集成shiro--> 2 <dependency> 3 <groupId>org.apache.shiro</groupId> 4 <artifactId>shiro-spring</artifactId> 5 <version>1.5.3</version> 6 </de 阅读全文
posted @ 2021-06-22 00:47 雨后星辰zxj 阅读(93) 评论(0) 推荐(0)