遇见org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'itemContro
这个错误是由于两个maven工程运行时有先后顺序,taotao-manage运行后才能运行taotao-manage-web。也有可能是两个同时运行,但taotao-manage-web运行比t ...