Description:
The bean 'restTemplate', defined in class path resource [com/keyun/cloud/common/core/config/RestTemplateConfig.class], could not be registered. A bean with that name has already been defined in class path resource [com/keyun/cloud/appointment/admin/config/RestTemplateConfig.class] and overriding is disabled.
解决:把提示的设置到配置文件中,以下是yml配置
main:
allow-bean-definition-overriding: true