软件:idea、postman、virtual box
服务:gulimall-product
请求路径:http://localhost:10000/product/category/list/tree
启动:启动idea product模块,启动vm,启动docker mysql
controller代码
自动装配CategoryService对象
调用对象中的listWithTree()
自动装配相关,为什么用resource 不用 autowired:参考下面文章
http://t.csdn.cn/bS1GMhttp://t.csdn.cn/bS1GM
@Autowired注入方式是byType,如果只有一个实现类,会装配那个实