
springboot
煜帆帆
午后,阳光
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
springboot集成jpa
1、添加pom依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> </dependency> 2、常用crud //列表条件查询 Specification<EngagePo> specification = new Specification&原创 2020-07-20 15:45:06 · 113 阅读 · 0 评论 -
SpringBoot系列 - 使用RestTemplate
转载 SpringBoot系列 - 使用RestTemplate ...转载 2019-10-10 16:51:17 · 244 阅读 · 0 评论