Amos的随笔

Java/Python/Go,软件测试等等

导航

2019年2月18日 #

SpringBoot 运行jar包时提示no main manifest attribute解决方法

摘要: 遇到的问题情况不同,不一定能解决您的问题。 方法1 java -cp helloworld.jar com.xxx.Application 将包含springboot的main方法的类指定,但是该方法未解决我的问题。 说明:通过IDEA启动springboot项目的时候,很显然便是采用的指定Appl 阅读全文

posted @ 2019-02-18 11:13 AmosChen 阅读(452) 评论(0) 推荐(0)