org.springframework.beans.factory.BeanDefinitionStoreException: Failed to parse configuration class [com.hmall.user.UserApplication]; nested exception is org.springframework.context.annotation.ConflictingBeanDefinitionException: Annotation-specified bean name ‘addressController’ for bean class [com.hmall.user.web.AddressController] conflicts with existing, non-compatible bean definition of same name and class [com.hmall.user.AddressController]
同一包内有两个相同的类名