Maven项目打包springboot的jar文件启动报错:没有主清单属性

1.概述

springboot项目打包后的.jar文件,启动时报错:
Maven项目打包springboot的jar文件启动报错:没有主清单属性_第1张图片

2.解决

在springboot模块的pom文件加上,并重新打包

    
        
            
                org.springframework.boot
                spring-boot-maven-plugin
                
                    org.example.springboot01.StartSpringBoot
                
            
        
    

Maven项目打包springboot的jar文件启动报错:没有主清单属性_第2张图片

你可能感兴趣的:(Web开发,jar,spring,boot,maven)