admin管理员组

文章数量:1635994

tips:只有光头才能强

 

解决启动报错No destination was configured. Use <destination> to add one or more destinations to the appender

原因没有指定(配置)要启动哪个环境的配置文件 ,可能某些地方用到了特定的这个参数   spring.profiles.active=dev,以此类推

解决:在配置文件中指定 spring.profiles.active=dev

可能某些地方用到了特定的这个参数,比如日志配置文件

如果有帮助请

如果文章对您有帮助,扫个红包码呗

 

本文标签: 报错destinationconfiguredappenderdestinations