1. Spring概述Spring是什么?众所周知的是Spring是框架,所以可以将Spring理解为是高度抽取可重用代码的一种设计;具有高度的通用性的半成品软件。Spring的核心关注点:容器的思想(可以管理所有的组件(类));IOC和AOP。Spring的模块划分TestSpring的单元测试模
Should use @Autowired on constructor rather than member definition. IDEA would warn that and explain that it's for a bet