Reputation: 21
If I import Autowired then it is importing with full package every time.
@org.springframework.beans.factory.annotation.Autowired
private com.productcrud.service.ProductService productService;
Similar things happen with other classes as well.
Upvotes: 1
Views: 27