利用Lombok编写优雅的spring依赖注入代码,去掉繁人的@Autowired
@Service
public class OrderService {
@Autowired
private UserService us
2018-09-27