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 2222import org .springframework .beans .factory .annotation .Autowired ;
2323import org .springframework .context .annotation .Bean ;
2424import org .springframework .context .annotation .Configuration ;
25- import org .springframework .data .mongodb .MongoDbFactory ;
25+ import org .springframework .data .mongodb .MongoDatabaseFactory ;
2626import org .springframework .data .mongodb .core .convert .DbRefResolver ;
2727import org .springframework .data .mongodb .core .convert .DefaultDbRefResolver ;
2828import org .springframework .data .mongodb .core .convert .MappingMongoConverter ;
3232public class MongoConfig {
3333
3434 @ Autowired
35- private MongoDbFactory mongoFactory ;
35+ private MongoDatabaseFactory mongoFactory ;
3636
3737 @ Autowired
3838 private MongoMappingContext mongoMappingContext ;
You can’t perform that action at this time.
0 commit comments