Skip to content

Commit 4ba8c31

Browse files
committed
docs: update docs
1 parent 9e9df0e commit 4ba8c31

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
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

boot-mongodb/src/test/java/org/boot/mongo/UserServiceTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package org.boot.mongo;
22

3+
import com.mongodb.BasicDBObject;
34
import lombok.extern.slf4j.Slf4j;
45
import org.boot.mongo.entity.User;
56
import org.boot.mongo.repository.UserRepository;
@@ -8,6 +9,7 @@
89
import org.junit.runner.RunWith;
910
import org.springframework.boot.test.context.SpringBootTest;
1011
import org.springframework.data.mongodb.core.MongoTemplate;
12+
import org.springframework.data.mongodb.core.aggregation.Aggregation;
1113
import org.springframework.data.mongodb.core.query.Criteria;
1214
import org.springframework.data.mongodb.core.query.Query;
1315
import org.springframework.test.context.junit4.SpringRunner;

spring-data-bind/custom-bind/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

0 commit comments

Comments
 (0)