maven 打包命令 -No auto configuration classes found in META-INF/spring.factories. If you are using a cus

  • Post author:
  • Post category:其他

使用idea自带maven插件打包,在liunx服务器运行报错No auto configuration classes found in META-INF/spring.factories. If you are using a custom packaging, make sure that file is correct.;

此2中都存在错误,采用命令行可以很好的解决这个问题

使用idea自带终端控制台还是比较友好的

 点击打开输出

打包命令:mvn clean install -Dmaven.test.skip

找到打包之后的目录即可

 

成功启动

 


版权声明:本文为weixin_37828719原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。