Nacos改为MySQL数据源报错:No DataSource set

文章目录

  • 背景
  • 分析
  • 解决

背景

Nacos Server 2.2.0 单机版启动(Windows版),但默认数据存储在内嵌数据库Derby中,不方便查看数据。
故修改为MySQL数据源,修改后启动报错(控制台日志):

Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'externalDumpService': Invocation of init method failed; nested exception is ErrCode:500, ErrMsg:Nacos Server did not start because dumpservice bean construction failure :
No DataSource set
        at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postPr

你可能感兴趣的:(项目中的那些事,Nacos报错,Nacos,No,DataSource)