File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
boot-mongodb/src/test/java/org/boot/mongo
spring-data-bind/custom-bind Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3333- [ Spring中的Event实战] ( https://luoliangdsga.github.io/2019/09/19/Spring%E4%B8%AD%E7%9A%84Event%E5%AE%9E%E6%88%98/ )
3434- [ 在SpringBoot中操作MongoDB] ( https://github.com/LuoLiangDSGA/spring-learning/tree/master/boot-mongodb )
3535- [ SpringMvc数据绑定-自定义注解] ( https://luoliangdsga.github.io/2019/10/09/SpringMvc%E6%95%B0%E6%8D%AE%E7%BB%91%E5%AE%9A-%E8%87%AA%E5%AE%9A%E4%B9%89%E6%B3%A8%E8%A7%A3/ )
36+ - [ 在SpringMVC中优雅的拼接URL] ( https://luoliangdsga.github.io/2020/02/14/%E5%9C%A8SpringMVC%E4%B8%AD%E4%BC%98%E9%9B%85%E7%9A%84%E6%8B%BC%E6%8E%A5URL/ )
3637
3738
3839## Others
Original file line number Diff line number Diff line change 11package org .boot .mongo ;
22
3+ import com .mongodb .BasicDBObject ;
34import lombok .extern .slf4j .Slf4j ;
45import org .boot .mongo .entity .User ;
56import org .boot .mongo .repository .UserRepository ;
89import org .junit .runner .RunWith ;
910import org .springframework .boot .test .context .SpringBootTest ;
1011import org .springframework .data .mongodb .core .MongoTemplate ;
12+ import org .springframework .data .mongodb .core .aggregation .Aggregation ;
1113import org .springframework .data .mongodb .core .query .Criteria ;
1214import org .springframework .data .mongodb .core .query .Query ;
1315import org .springframework .test .context .junit4 .SpringRunner ;
Original file line number Diff line number Diff line change 66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
88 <version >2.1.9.RELEASE</version >
9- <relativePath /> <!-- lookup parent from repository -->
9+ <relativePath /> <!-- lookup parent from repository a -->
1010 </parent >
1111 <groupId >org.spring</groupId >
1212 <artifactId >custom-bind</artifactId >
You can’t perform that action at this time.
0 commit comments