matcher matchingalgorithm needs springbean name <name> in order to work with production
This commit is contained in:
parent
1cea8e5745
commit
1ccfb582b8
@ -29,7 +29,7 @@ public class Matcher implements Serializable {
|
||||
private ProjectIdeaDao projectIdeaDao;
|
||||
|
||||
//@SpringBean(name="MatchAllDummyMatchingAlgorithm")
|
||||
// @SpringBean(name="GreedyMatchingAlgorithm")
|
||||
@SpringBean(name="GreedyMatchingAlgorithm")
|
||||
@Autowired
|
||||
private MatchingAlgorithm matchingAlgorithm;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user