File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/commonwl/view Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
import org .springframework .beans .factory .annotation .Autowired ;
23
23
import org .springframework .context .annotation .Bean ;
24
24
import org .springframework .context .annotation .Configuration ;
25
- import org .springframework .data .mongodb .MongoDbFactory ;
25
+ import org .springframework .data .mongodb .MongoDatabaseFactory ;
26
26
import org .springframework .data .mongodb .core .convert .DbRefResolver ;
27
27
import org .springframework .data .mongodb .core .convert .DefaultDbRefResolver ;
28
28
import org .springframework .data .mongodb .core .convert .MappingMongoConverter ;
32
32
public class MongoConfig {
33
33
34
34
@ Autowired
35
- private MongoDbFactory mongoFactory ;
35
+ private MongoDatabaseFactory mongoFactory ;
36
36
37
37
@ Autowired
38
38
private MongoMappingContext mongoMappingContext ;
You can’t perform that action at this time.
0 commit comments