The injection point has the following annotations: - @org.springframework.beans.factory.annotation.Autowired(required=true)
多个模块实现同一个service时,其中有模块不需要实现这个service,注入时可以用@Autowired(required = false)
多个模块实现同一个service时,其中有模块不需要实现这个service,注入时可以用@Autowired(required = false)