Spring Boot Maven Plugin - No BOOT-INF directory

前端 未结 5 988
耶瑟儿~
耶瑟儿~ 2020-12-05 21:44

Between version 1.3.8.RELEASE of the spring-boot-maven-plugin and version 1.4.0.RELEASE - there has been a change in the generated package structure (if you extract the uber

5条回答
  •  醉梦人生
    2020-12-05 21:59

    The solution was to add the MODULE layout for the plugin in the pom.xml file

    
        org.springframework.boot
        spring-boot-maven-plugin
        
            MODULE
        
        
            
                
                    repackage
                
            
        
    
    

提交回复
热议问题