The bean ‘restTemplate‘, defined in class path resource XXXXXXX

本是古典 何须时尚 2023-01-03 12:48 208阅读 0赞

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.

watermark_type_ZmFuZ3poZW5naGVpdGk_shadow_10_text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3FxXzMzNzY3MzUz_size_16_color_FFFFFF_t_70

解决:把提示的设置到配置文件中,以下是yml配置

  1. main:
  2. allow-bean-definition-overriding: true

发表评论

表情:
评论列表 (有 0 条评论,208人围观)

还没有评论,来说两句吧...

相关阅读